Hello!
I’m working on kind of online shopping app for which i need to show Order History
Currently I’m using 2 different Fb Database components & 2 Different database (in Firebase Console)
Both Database save the same Details but with the different Pocket/Tag Name ex. Fb.1 Username/orderData & Fb.2 Date/orderData
when user Click on [Order History] button it will only get the Fb.1 Username/order Data and show it in list view (i do get some errors here but i think it’ll get solved in near future)
And i can see the order History with date in Fb.2 Date/orderData inside Fb Console
Here’s where i need your help!
Is there anyway to store all users order history data in only 1 Database? And show it in list view according to the username? And also i can see the new orders according to the date?
(If i use Fb.1 Username/orderData as a single database then I’ve to check every user to get their latest order, atleast in my knowledge!)
P.S. i have used airtable to store data but it is limited to only 1200 records & i tried to use Google Sheet but couldn’t properly understand scripts and all
There’s this but, not that much help! :
Thank you