# Firebase being deleted

**URL:** https://community.thunkable.com/t/firebase-being-deleted/439329
**Category:** Questions about Thunkable X
**Created:** [February 1, 2020, 11:57am UTC](https://community.thunkable.com/t/firebase-being-deleted/439329 "2020-02-01T11:57:30Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Garry\_Lane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/garry_lane/32/58057_2.png) [@Garry\_Lane](https://community.thunkable.com/u/Garry_Lane)
#### Post date: [February 1, 2020, 11:57am UTC](https://community.thunkable.com/t/firebase-being-deleted/439329/1 "2020-02-01T11:57:30Z")

</div>

Having a new major issue, my app has 4 screens, 3 were working fine and 1 was saving to database but not returning the data. I was a little confused at first because the blocks on that page were the same as the others and the other screens were returning data from the database. Upon closer inspection of the database I realised that the data for that page had gone missing shortly after being submitted(basically phantom deleting) no idea why, there one minute and gone the next. This happened several times after testing. Then on my last testing not only did the data from that page go missing but the whole database had been deleted. Also it had changed the name of the databases main key a slight variation of the original key.

---

<div class="post-metadata">

### Author: ![Daniel\_Coglitore](https://avatars.discourse-cdn.com/v4/letter/d/e8c25b/32.png) [@Daniel\_Coglitore](https://community.thunkable.com/u/Daniel_Coglitore)
#### Post date: [February 1, 2020, 1:10pm UTC](https://community.thunkable.com/t/firebase-being-deleted/439329/2 "2020-02-01T13:10:05Z")

</div>

When you send an empty value to firebase it will all your entire database , so you have to make sure that none of your blocks are sending a tag with an empty value. that could be a reason for your database to be deleted however this is just something that happened to me if this is not your case then I don’t know what else could be 😅

---

<div class="post-metadata">

### Author: ![Garry\_Lane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/garry_lane/32/58057_2.png) [@Garry\_Lane](https://community.thunkable.com/u/Garry_Lane)
#### Post date: [February 1, 2020, 1:14pm UTC](https://community.thunkable.com/t/firebase-being-deleted/439329/3 "2020-02-01T13:14:14Z")

</div>

Oh I forgot about that happening. I will have to re-check all my blocks in the morning. Cheers for the reply Daniel. Here’s to hoping it is that simple. 😀

---

<div class="post-metadata">

### Author: ![Garry\_Lane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/garry_lane/32/58057_2.png) [@Garry\_Lane](https://community.thunkable.com/u/Garry_Lane)
#### Post date: [February 1, 2020, 11:53pm UTC](https://community.thunkable.com/t/firebase-being-deleted/439329/4 "2020-02-01T23:53:32Z")

</div>

Weeellll my database has returned after its holiday to god knows where 🤣 so I tried an experiment, I deleted all blocks that i had COPIED from another screen and re-did manually and problem solved. So copying code may save time but could be prolematic later on. :). Just something to be aware of.

---

<div class="post-metadata">

### Author: ![Daniel\_Coglitore](https://avatars.discourse-cdn.com/v4/letter/d/e8c25b/32.png) [@Daniel\_Coglitore](https://community.thunkable.com/u/Daniel_Coglitore)
#### Post date: [February 2, 2020, 12:44am UTC](https://community.thunkable.com/t/firebase-being-deleted/439329/5 "2020-02-02T00:44:50Z")

</div>

haha good! yeah we have to be aware of everything 😂

---

<div class="post-metadata">

### Author: ![Garry\_Lane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/garry_lane/32/58057_2.png) [@Garry\_Lane](https://community.thunkable.com/u/Garry_Lane)
#### Post date: [February 2, 2020, 12:45am UTC](https://community.thunkable.com/t/firebase-being-deleted/439329/6 "2020-02-02T00:45:59Z")

</div>

Yeah kinda hard to tell if I am screwing it up or its a bug 🤣 but app is working fantastic now.

---

<div class="post-metadata">

### Author: ![Daniel\_Coglitore](https://avatars.discourse-cdn.com/v4/letter/d/e8c25b/32.png) [@Daniel\_Coglitore](https://community.thunkable.com/u/Daniel_Coglitore)
#### Post date: [February 2, 2020, 12:46am UTC](https://community.thunkable.com/t/firebase-being-deleted/439329/7 "2020-02-02T00:46:54Z")

</div>

In my case 95% It is me and 5% is a bug 😆

---

<div class="post-metadata">

### Author: ![Garry\_Lane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/garry_lane/32/58057_2.png) [@Garry\_Lane](https://community.thunkable.com/u/Garry_Lane)
#### Post date: [February 2, 2020, 12:47am UTC](https://community.thunkable.com/t/firebase-being-deleted/439329/8 "2020-02-02T00:47:27Z")

</div>

🤣 Same

---

<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, 11:41am UTC](https://community.thunkable.com/t/firebase-being-deleted/439329/9 "2024-11-08T11:41:21Z")

</div>


