Reputation: 33
In my project I have a recycler view which contains two items. First Item pulls data from a.json and second item pulls data from b.json file. In Firebase database I am able to pull data through only one JSON file and if I import another JSON file then first JSON file is getting deleted and first recycler view is throwing me a error. How to add two JSON file in the same Firebase project. Any information is highly appreciated.
Upvotes: 1
Views: 1582
Reputation: 5272
It depends on what database structure you're looking to obtain.
Upvotes: 1