Hello,
Is is possible to display a list view from data from FireDB? Thanks. I cant seem to find anything useful in the docs.
Welcome back, @Nihal!
Can you please show a sample of your Firebase Data to display?
Also, check this video from @darren upon How to retrieve data from Firebase -
Thanks!
@kartik14 I see some people store their data in Airtable while using Firebase for login authentication, is this a good practise?
Hi Terry!
Since Thunkable allows us to store data in only 1 Firebase DB
, Firebase does not seem good.
Because sometimes you may require multiple databases for one app, therefore storing in Firebase doesn’t look handy
Now comes Airtable, which is supported by Thunkbale X with multiple Databases
It’s the best one I’ve ever used, and easy to handle.
The best
It’s good too, because Firebase is owned by Google, (so google accounts are supported) .
You just ask the user to provide his login, and ask FireBase / (indirectly google) to check credentials
So, it seems pretty good to me
ohh ok thanks. so in OP’s question, it’s actually better to use Airtable for List View?
Because its
Thanks!
you know how when using airtable you can pull a column’s data into a listview? is this possible with firebase? thanks
Hi, @Nihal!
I can answer you about Airtable (It’s too easy )
but I am not experienced with Firebase
btw, did you see the video completely?
Thanks!
of course you can! but you’ll have to save the list in CSV(comma separated value) item1,item2,item3,item4 … you can do this within a block in the list components named “make list from text”