Hi. This question is for more advanced programmers. I have an idea of a game in which the player, after losing all the lives, starts a counter and after 10 minutes all their lives are reset to be able to continue playing. (I already know how to do it) my question is: how to make the game send me a notification or push notification if the player closed the game, using firebase or any other easier method? can you do that in contruct 3?
note: I know how to send push notifications manually but I want to know how they can be sent automatically in a certain time.