I am using Firebase Core and some other Features, but not Remote Config. Multiple times a second the following Output is on Logcat.
Where can I disable the Remote Confi
This was my observation:
If you have a specific key
set up on RemoteConfig console & have not added a default
key in the default xml (passed in setDefaultsAsync()
).
And if, for some rare case,
either the there was No Connectivity or Firebase RemoteConfig failed to fetch the values & if that specific key
was used to get a default value,
you might get that message in the Logcat.