From the official documentation I understand that the way it works is something like this:
- User installs app, FCM token is generated
- Sending token to app server
- Server uses token to send push-notifications to this device.
What if at the same time this user installs app on the other device - should I store multiple tokens per user on the app server? If yes - that means there should be something like checking for which ones are expired?