# Note taking application

**URL:** https://community.thunkable.com/t/note-taking-application/2589385
**Category:** Questions about Thunkable X
**Created:** [September 11, 2023, 3:58pm UTC](https://community.thunkable.com/t/note-taking-application/2589385 "2023-09-11T15:58:39Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![kizzy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kizzy/32/76421_2.png) [@kizzy](https://community.thunkable.com/u/kizzy)
#### Post date: [September 11, 2023, 3:58pm UTC](https://community.thunkable.com/t/note-taking-application/2589385/1 "2023-09-11T15:58:39Z")

</div>

hey is there a way for people to save notes not just in the local database but for if they want to move it to another phone? i have an app where people can take notes, but they keep uninstalling the app instead of updating then complain that they have lost all there notes so is another way to save it?

---

<div class="post-metadata">

### Author: ![steve\_synopsis](https://avatars.discourse-cdn.com/v4/letter/s/48db29/32.png) [@steve\_synopsis](https://community.thunkable.com/u/steve_synopsis)
#### Post date: [September 11, 2023, 11:43pm UTC](https://community.thunkable.com/t/note-taking-application/2589385/2 "2023-09-11T23:43:25Z")

</div>

Maybe include an option to export to/import from Google Sheets.

---

<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: [September 12, 2023, 4:13am UTC](https://community.thunkable.com/t/note-taking-application/2589385/3 "2023-09-12T04:13:52Z")

</div>

You need to use a cloud database. Firebase is probably the best option but it’s possible to use Google Sheets or Airtable for this.

---

<div class="post-metadata">

### Author: ![kizzy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kizzy/32/76421_2.png) [@kizzy](https://community.thunkable.com/u/kizzy)
#### Post date: [September 12, 2023, 12:47pm UTC](https://community.thunkable.com/t/note-taking-application/2589385/4 "2023-09-12T12:47:17Z")

</div>

ok yes i might have to do it with a sign in using the firebase then airtable to hold the notes for backup and transfer that people want to do

---

<div class="post-metadata">

### Author: ![kizzy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kizzy/32/76421_2.png) [@kizzy](https://community.thunkable.com/u/kizzy)
#### Post date: [September 15, 2023, 9:19pm UTC](https://community.thunkable.com/t/note-taking-application/2589385/5 "2023-09-15T21:19:29Z")

</div>

umm i know how to let people write to a database but how to retrieve information specific them from airtable?  
like their whole list?

---

<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: [September 15, 2023, 10:57pm UTC](https://community.thunkable.com/t/note-taking-application/2589385/6 "2023-09-15T22:57:43Z")

</div>

As I mentioned, Firebase makes more sense for storing that kind of data. You can easily add a new note as a list item to a Firebase array. In Airtable, you’d have to have a single column for all of the notes and separate them somehow (e.g. by a special character) or you’d need a bunch of empty columns to allow the user to fill them later (but then there is a limit to how many notes they can store).

In Airtable, you would get the row number that their username is in and use that row number as the row id for all `get value` or `get row object` blocks in Thunkable to get other column values in that same row.

---

<div class="post-metadata">

### Author: ![kizzy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kizzy/32/76421_2.png) [@kizzy](https://community.thunkable.com/u/kizzy)
#### Post date: [September 15, 2023, 11:03pm UTC](https://community.thunkable.com/t/note-taking-application/2589385/7 "2023-09-15T23:03:56Z")

</div>

ok i am not versed in Firebase at all… will have to learn how to do that.

---

<div class="post-metadata">

### Author: ![finbarr.mccarthytl32](https://avatars.discourse-cdn.com/v4/letter/f/96bed5/32.png) [@finbarr.mccarthytl32](https://community.thunkable.com/u/finbarr.mccarthytl32)
#### Post date: [September 16, 2023, 7:14am UTC](https://community.thunkable.com/t/note-taking-application/2589385/8 "2023-09-16T07:14:42Z")

</div>

Another option is Xano. I find it much easier to use than Firebase. And it has lots of really helpful videos to get you started and deal with any questions you may have.

---

<div class="post-metadata">

### Author: ![kizzy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kizzy/32/76421_2.png) [@kizzy](https://community.thunkable.com/u/kizzy)
#### Post date: [September 16, 2023, 10:29am UTC](https://community.thunkable.com/t/note-taking-application/2589385/9 "2023-09-16T10:29:37Z")

</div>

thanks i will look it up

---

<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: [December 15, 2023, 10:30am UTC](https://community.thunkable.com/t/note-taking-application/2589385/10 "2023-12-15T10:30:07Z")

</div>

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