How to make data viewer list read airtable data faster?

How to make data viewer list read airtable data faster?

Hi @irwin2004! How many rows of data are you retrieving from Airtable? If you feel comfortable, could you please share your code?

Airtable is generally fairly good and reliable but it can be pretty slow if you store/retrieve too much data. If you are retrieving a lot of data, I would recommend Firebase as it’s much faster than Airtable (although admittedly slightly harder to use/implement.)

1 Like

If in Firebase could you teach me how to make a data like in Airtable?

There are tons of resources about using Firebase in your Thunkable app. Just check out some of the links below, as well as other posts on this forum, and give it a shot. Let me know if you have any questions or run into any issues once you’ve begun coding!

Videos:
Firebase made easy
Update and delete data in the Realtime DB
How to get data from Firebase
Connect and save to Realtime Firebase DB
Easiest way to save data in Firebase database
Docs:
Realtime DB by Firebase
Firebase DB

1 Like