Every time I update b4a, I have to add the following lines to Firebase.b4x_excluded.
Otherwise, I get a crash because I am using Remote Config from Firebase. It would be great if this could be added to the file that is distributed with the libraries.
XML:
<meta-data
android:name="com.google.firebase.components:com.google.firebase.remoteconfig.RemoteConfigRegistrar"
android:value="com.google.firebase.components.ComponentRegistrar"/>
<meta-data
android:name="com.google.firebase.components:com.google.firebase.abt.component.AbtRegistrar"
android:value="com.google.firebase.components.ComponentRegistrar"/>
Otherwise, I get a crash because I am using Remote Config from Firebase. It would be great if this could be added to the file that is distributed with the libraries.