Android Question [solved] Which library for Firebase?

D

Deleted member 103

Guest
Hi,

The answer to this question may be quite simple: which library should be selected for this 2 service (see picture below) ?
I ask because it does not seem to matter if you select the library FirebaseAdMob, FirebaseAuth or FirebaseAnalytics; everything works anyway.

firebase.PNG
 
D

Deleted member 103

Guest
These are not services. These are snippets that you need to add when you are using Firebase services.

I'm not sure that I understand the question...

Which library should be selected if you want to use Google Maps, except the GoogleMaps library?

I no longer use AdMob in my app and have therefore removed the library FirebaseAdMob, but now my app crashes.
In Manifest I commented this out.
B4X:
''************ Firebase Ads ************
'AddApplicationText(
'  <activity
'  android:name="com.google.android.gms.ads.AdActivity"
'  android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
'  android:theme="@android:style/Theme.Translucent" />
'  <activity android:name="com.google.android.gms.ads.purchase.InAppPurchaseActivity"
'  android:theme="@style/Theme.IAPTheme"/>
')
''************ Firebase Ads (end) ************


upload_2018-4-12_10-14-10.png
 
Upvote 0
D

Deleted member 103

Guest
Problem solved! In my Manifest was still included this snippets.

B4X:
CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
 
Upvote 0
Top