# Firebase personal data. help!

**URL:** https://community.thunkable.com/t/firebase-personal-data-help/73263
**Category:** Questions about Thunkable X
**Created:** [March 23, 2019, 1:20pm UTC](https://community.thunkable.com/t/firebase-personal-data-help/73263 "2019-03-23T13:20:40Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Fernando\_Matos](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/fernando_matos/32/30641_2.png) [@Fernando\_Matos](https://community.thunkable.com/u/Fernando_Matos)
#### Post date: [March 23, 2019, 1:20pm UTC](https://community.thunkable.com/t/firebase-personal-data-help/73263/1 "2019-03-23T13:20:40Z")

</div>

I’m creating a project that includes the user data in the firebase, but I need to separate the data per user! I want to do as in thunkable classic where we can use the IMEI to separate the data per user! Anyone know how to do it on Thunkable X?

---

<div class="post-metadata">

### Author: ![Cian\_O\_Sullivan](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/cian_o_sullivan/32/34494_2.png) [@Cian\_O\_Sullivan](https://community.thunkable.com/u/Cian_O_Sullivan)
#### Post date: [March 23, 2019, 1:24pm UTC](https://community.thunkable.com/t/firebase-personal-data-help/73263/2 "2019-03-23T13:24:16Z")

</div>

A few things you can do.

1. Generate a random number that starts for each user and then store it locally. It is like a unique-ID. The problem with that is if the app is deleted then the number is gone.

2. Have people enter in an email address, store it locally and also in firebase. When they delete the app they need to re-enter their email . Problem with this is they can use a fake email.

You have a few options instead of IMEI for X. Do those help?

---

<div class="post-metadata">

### Author: ![Fernando\_Matos](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/fernando_matos/32/30641_2.png) [@Fernando\_Matos](https://community.thunkable.com/u/Fernando_Matos)
#### Post date: [March 23, 2019, 2:33pm UTC](https://community.thunkable.com/t/firebase-personal-data-help/73263/3 "2019-03-23T14:33:20Z")

</div>

and you know how can i creat a id with the email adress and save data for diferents poeple?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:16pm UTC](https://community.thunkable.com/t/firebase-personal-data-help/73263/4 "2024-11-08T12:16:02Z")

</div>


