Android Question [SOLVED] B4XPages & Firebase Auth - I can't get it to initialize!

Cableguy

Expert
Licensed User
Longtime User
Hi Guys and Gals,

I am trying to make FireBase Auth to work with my newest B4XPage based project, and I simply can't get the Firebase Auth to initialize.

I get the following warning/error :
B4X:
com.google.android.gms.common.GooglePlayServicesMissingManifestValueException: A required meta-data tag in your app's AndroidManifest.xml does not exist.  You must have the following declaration within the <application> element:     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />

But I can't make any sense of it!
 

Cableguy

Expert
Licensed User
Longtime User
Solved....

I was missing the GPlay services Macro entry in the manifest...
 
Upvote 0
Top