Can a new FCM be randomly generated?
In the documentation it says that the token is generated when the app is launched or in these 3 cases:
- The app is restored on a new device;
- User uninstalls/reinstalls the app;
- User clears application data.
If i have a token that was just generated and I don't do any of these 3 cases above, will the FCM token be the same?
Or at some random moment will onNewToken be called and generate a new token?