Pushing JSON file into Android Firebase database

I am experimenting with the new Google Firebase database service; and I was just wondering if I could pull all the JSON (Object?) into my database.

Thanks Josh

+1
source share
1 answer

I analyzed my JSONObject on a map using this , and then saved it in firebase using setValue ().

0
source

All Articles