How do I reset a ID every 5 hours?

Viewed 28

I want the CHATS_ID to reset with a random string of text, capital, lowercase, letters and numbers.
var msgMondiale = db.ref ("CHATS_ID");
I want the ID to reset every 5 hours but I want it to be the same ID even if you refresh the page.

0 Answers
Related