android - Using more than one JSON file on Firebase -


i planning use real time data on 1 android activity , set of data on activity. plan implement using 2 different json files seems not possible on firebase. there way can achieve single json file?

you have 2 children inside firebase json, each containing data of 2 json files.

{   "json1":{     //stuff   },   "json2":{     //stuff2   } } 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -