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

Listboxes in c# -

Excel Duty List -

Multilayer CSV to filtered excel -