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
satish thakare
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.