weird question about Firebase ok the scenario
- I login using firebase to get the token so i can do a good old push notification...then save that token in database (firestore, mongodb, oracle, mysql , etc..)
- I trigger the event from express server.... then a leave the application close (mobile) for like 24 hour +- .... then when i tried it again without the mobile app open the notification did not work
The question is there is a way i can regenerate the token from the server side without even open the mobile app so it can give the new token?