NISCHAL ND
NISCHAL ND

Reputation: 13

How to view, modify database of a existing firebase android project from firebase console/android studio from a different google account?

I have a firebase android project which I had created long back. I have lost the details of the google account which was integrated to and not able to retrieve it. Right now, I tried to connect the project to the firebase with a different google account by changing the google-services.json file and rebuilt the project in the android studio where the build is successful.

I was wondering if there is a way to view, modify and change the existing database structure using the firebase console/android studio. OR How to view, retrieve, modify database/DB structure of an existing firebase android project from firebase console/android studio from a different google account?

Is there a way to view the firebase database in android studio? Any references, guidelines will be much appreciated. Thanks in advance.

Upvotes: 0

Views: 718

Answers (1)

Doug Stevenson
Doug Stevenson

Reputation: 317487

There are no tools for working with Firebase project data in Android Studio. You have to use the Firebase web console, or build your own tools.

Upvotes: 0

Related Questions