I was wondering does anyone know of a way of deleting all rows from a fusion table at a specified time automatically i.e. 11:59pm all rows will be erased.
I am currently building an app for a college project on App Inventor 2 which involves people logging in and their name is then saved to the fusion table. As people will forget to log out I would like to be able to automatically delete all details from the table so it starts a fresh each day.
Thanks in advance for any ideas. Michael
The only thing I can think of is that you can create a separate app running in the background checking time every hour and after 11 pm everyminute. And it will delete data at 11.59pm. If you dont wanna dedicate a device for this, implement this in the original app and hope that at least one person will not clear all the apps that runs in the background.