Reputation: 2775
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
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