简体   繁体   中英

Can I download firebase database json

Can we download firebase database json through android application if yes how can we do that. I can do it manually from Firebase console. I want to know how can I do it programmatically through android application

If you want to read the entire contents of the Firebase Database without using the Firebase SDK, you can do so with its REST API .

To do so, use the URL that you can see in your Firebase console and then by adding .json to the end. So for example, https://yourproject.firebaseio.com/.json .

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