Android Question Adding FireBase: A little more details please :)

JohnC

Expert
Licensed User
Longtime User
I want to ad ADMOB to my new app. I never added ADS to any of my apps before, but it looks like the older ADMOB lib will stop being supported soon. So I am trying to incorporate Firebase into a new app using this tutorial:

https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/

But, I don't understand how to perform the BOLD lines below and was hoping for a little help in understanding how to do them:

2. Register with Firebase and create a new project: https://firebase.google.com/docs/
Make sure that the package name matches your app's package name. - I was able to create a new project, but I couldn't find anywhere in the "console" of where I would specify my app's package name.

3. Download google-services.json and put it in the projects folder (folder of the b4a file). - How/where do I download this file from?
 

JohnC

Expert
Licensed User
Longtime User
OK, Figured it out...

I had to "Add an App" to the Firebase "Project" and that's where I was able to enter my apps package name, then it automatically prompted to download the google-services.json "configuration" file.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…