# Airtable Chat app

**URL:** https://community.thunkable.com/t/airtable-chat-app/1654618
**Category:** Questions about Thunkable X
**Created:** [December 14, 2021, 4:34pm UTC](https://community.thunkable.com/t/airtable-chat-app/1654618 "2021-12-14T16:34:47Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![rapid](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/rapid/32/106822_2.png) [@rapid](https://community.thunkable.com/u/rapid)
#### Post date: [December 14, 2021, 4:34pm UTC](https://community.thunkable.com/t/airtable-chat-app/1654618/1 "2021-12-14T16:34:47Z")

</div>

Can any one please tell !! how to make a airtable chat app  
, from 1 year I am searching how to make a airtable chat app

I have checked the project named " Chat app With Airtable "  
it is good but i also wanna make that chat app By using Airtable

I only want to know that how many rows we have to create or how many columns we have to create  
in Airtable…  
That’s it  
Please Help

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [December 14, 2021, 4:42pm UTC](https://community.thunkable.com/t/airtable-chat-app/1654618/2 "2021-12-14T16:42:55Z")

</div>

> [@rapid](#):
>
> also wanna make that chat app By using Airtable
> 
> I only want to know that how many rows we have to cre

How many total users do you envision using your Airtable chat app? Let’s start with that question.

---

<div class="post-metadata">

### Author: ![rapid](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/rapid/32/106822_2.png) [@rapid](https://community.thunkable.com/u/rapid)
#### Post date: [December 15, 2021, 4:06pm UTC](https://community.thunkable.com/t/airtable-chat-app/1654618/3 "2021-12-15T16:06:56Z")

</div>

Minimum 10 people

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [December 15, 2021, 5:22pm UTC](https://community.thunkable.com/t/airtable-chat-app/1654618/4 "2021-12-15T17:22:33Z")

</div>

Are you familiar with using the filter methods and the manual api connection? I ask as our native blocks don’t make it easy to create a chat app with Airtable, nor is it likely the best method you’d want to use unless you don’t need live updates and don’t mind that your chats wont be private.

I think your best bet would be to use firebase but I’m not always right and there’s more than 1 way to get the job done!

Using firebase allows you to more securely store data using privacy rules that will prohibit me from reading your docs if I’m not supposed to be reading them. It also has a much more generous free tier, though it’s not as easy to consume the data in all fairness.

---

<div class="post-metadata">

### Author: ![rapid](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/rapid/32/106822_2.png) [@rapid](https://community.thunkable.com/u/rapid)
#### Post date: [December 16, 2021, 4:31pm UTC](https://community.thunkable.com/t/airtable-chat-app/1654618/5 "2021-12-16T16:31:40Z")

</div>

okay i will use firebase but in firebase if we write same room it will not give the history of that room

---

<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: [December 16, 2021, 7:32pm UTC](https://community.thunkable.com/t/airtable-chat-app/1654618/6 "2021-12-16T19:32:18Z")

</div>

When you save data in Firebase, you can access that data however you like. So if two users enter the same “room” property value, they will both have access – if you decide that’s what you want – to that data.

---

<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: [March 16, 2022, 7:32pm UTC](https://community.thunkable.com/t/airtable-chat-app/1654618/7 "2022-03-16T19:32:47Z")

</div>

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