Pushing JSON file to Firebase database Android

房东的猫 提交于 2020-01-16 04:57:13

问题


I'm experimenting with Google's new Firebase database service; and I was just wondering if it would be possible to push an entire JSON(Object?) to my database.

Thanks, Josh


回答1:


I parsed my JSONObject to a map using this and then saved to firebase using setValue().



来源:https://stackoverflow.com/questions/38270153/pushing-json-file-to-firebase-database-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!