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