Federico Ponzi
Federico Ponzi

Reputation: 2775

How to know which DB I've associated with Firebase?

I've set-up up my AS to use Firebase. How to know/change the Firebase app/Database I'm using in my app from Android Studio?

Upvotes: 0

Views: 50

Answers (1)

Anfuca
Anfuca

Reputation: 1329

If you have already setted your project, you must have downloaded a google-services.json and put it in the app folder. So, in that json, you can find your database url.

Upvotes: 1

Related Questions