简体   繁体   中英

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM