I am currently working on a Firebase app that requires daily updates with new information. I am looking for a way to automatically clear the values in the Firebase database without manual intervention every day.
Is there a method in JavaScript or any other programming language that can help me achieve this task?
Thank you