# What is faster?

**URL:** https://community.thunkable.com/t/what-is-faster/2728864
**Category:** Questions about Thunkable X
**Created:** [November 29, 2023, 7:19am UTC](https://community.thunkable.com/t/what-is-faster/2728864 "2023-11-29T07:19:08Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![josemiguel.mota6](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/josemiguel.mota6/32/35544_2.png) [@josemiguel.mota6](https://community.thunkable.com/u/josemiguel.mota6)
#### Post date: [November 29, 2023, 7:19am UTC](https://community.thunkable.com/t/what-is-faster/2728864/1 "2023-11-29T07:19:08Z")

</div>

I would like to know, before investing time, what is faster. Use Firebase, Airtable or Google SpreadSheet. I need to filter records so I will use filters in Airtable. For Google Spreadsheet I will use scripts because they are programmed in Appscript and I would communicate with them through the webview.  
Any ideas?

---

<div class="post-metadata">

### Author: ![josemiguel.mota6](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/josemiguel.mota6/32/35544_2.png) [@josemiguel.mota6](https://community.thunkable.com/u/josemiguel.mota6)
#### Post date: [November 29, 2023, 8:10pm UTC](https://community.thunkable.com/t/what-is-faster/2728864/3 "2023-11-29T20:10:19Z")

</div>

I am referring to performance when querying and displaying the data.

---

<div class="post-metadata">

### Author: ![martint](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/martint/32/96689_2.png) [@martint](https://community.thunkable.com/u/martint)
#### Post date: [November 29, 2023, 8:59pm UTC](https://community.thunkable.com/t/what-is-faster/2728864/4 "2023-11-29T20:59:52Z")

</div>

Firebase is significantly faster. I tested Firebase against Airtable in the same app with the same data (4000 rows x 6 columns in Airtable). 2 seconds v 10 seconds searching/filtering all records to find and display the same single record.  
I also found it slightly faster with the Firebase api details hard coded in with the Thunkable platform rather than calling the api through the blocks, although this does limit you to using only one database per app.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [November 29, 2023, 10:49pm UTC](https://community.thunkable.com/t/what-is-faster/2728864/5 "2023-11-29T22:49:21Z")

</div>

Firebase is faster but Airtable’s _filterByFormula_ is flexible and powerful so it depends what you need.

---

<div class="post-metadata">

### Author: ![vishruth-ram](https://avatars.discourse-cdn.com/v4/letter/v/82dd89/32.png) [@vishruth-ram](https://community.thunkable.com/u/vishruth-ram)
#### Post date: [November 30, 2023, 9:50am UTC](https://community.thunkable.com/t/what-is-faster/2728864/6 "2023-11-30T09:50:21Z")

</div>

Supabase is _wayyyy_ much faster

---

<div class="post-metadata">

### Author: ![codeswept](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/codeswept/32/87755_2.png) [@codeswept](https://community.thunkable.com/u/codeswept)
#### Post date: [November 30, 2023, 2:53pm UTC](https://community.thunkable.com/t/what-is-faster/2728864/7 "2023-11-30T14:53:05Z")

</div>

While airtable is slower by a couple of seconds, it does have more functionality and there are a lot of things you could do to store, retrieve or display your data in different ways without too much effort. I find Airtable a whole lot easier to deal with, especially if you want to be able to analyze your data separately. Considering how you can view your tables and their realtime data, it’s also a lot easier to assess it.

Then again, firebase does have its own benefits. If there’s a specific app you’re making and you want to know which one would be better for it, feel free to post some screenshots or a brief outline of your app!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [February 28, 2024, 2:53pm UTC](https://community.thunkable.com/t/what-is-faster/2728864/8 "2024-02-28T14:53:38Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
