1. Add a reference to FirebaseAdMob2. 2. Add to manifest editor: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) 3. Add: Private Sub GetAdvertisingId As ResumableSub Dim jo As JavaObject = Me jo.RunMethod("GetAdvertisingId", Null) Wait For AdvertisingId_Ready (Success...
www.b4x.com
What I missing or where i can download this com.google.firebase/firebase-components
Google has acquired a company named Firebase and is now offering many backend services under the Firebase umbrella. Most of them are free. Integrating the services is relatively simple. 1. Use B4A Sdk Manager tool to install all recommended items. 2. Register with Firebase and create a new...