I have an app that the client can put their events, parties and etc, putting the event's start date and event end date, so I want the app to delete the event as it passes tend date, not to accumulate events that have already happened, someone Have you done something like this before? to using firebase.
Asked
Active
Viewed 28 times
0
-
I think you can try firebase cloud functions to run some methods periodically in the server, or run the delete method to delete records before today when the user opens the app every time. – Spark.Bao Jul 17 '18 at 03:10
-
See https://stackoverflow.com/questions/32004582/delete-firebase-data-older-than-2-hours – Frank van Puffelen Jul 17 '18 at 03:25
-
This link is java script, but I will study and use as an example. Is there another link, for android? – Marlos Trinidad Jul 18 '18 at 00:46