data deleting automatically when app is published

0
hii all , i have published my app and when i create some data in database on published link the data is deleting  after 15/20 minutes automatically , but the same thing when i am checking locally data remains as it is can you provide me any solution why data is deleting automatically on published link
asked
1 answers
0

Hi Satish,

 

Assuming you have a free app, you have 0.5GB of database space available. If the data is gone after 15/20 minutes my best guess would be that your session is expired without explicitly commiting the data. Make sure there is a button to click with a commit action in it.

 

Regards, Thijs

answered