I have been trying to update my apps to use the new Firebase SDK and Crashlytics. Crashlytics works fine until I add in RemoteConfig. Not seeing anything in unfiltered logs.
It must have to do with this integration step for RemoteConfig.
Replace in the Manifesteditor the line
with
Crashlytics sends reports before I perform the RemoteConfig integration, but not after.
Anybody get this to work yet?
It must have to do with this integration step for RemoteConfig.
Replace in the Manifesteditor the line
B4X:
CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
with
B4X:
CreateResourceFromFile(Macro, FirebaseRemoteConfig.Firebase)
Crashlytics sends reports before I perform the RemoteConfig integration, but not after.
Anybody get this to work yet?