My understanding of tokens is that they assign a token ID to the device and not the app.
I was wondering if its possible to generate a new FCM token ID. I want generation of a new token ID in the cases were two people use the same mobile device. Do not want an instance were someone reads someone elses notification despite using two different accounts.
Currently using an emulator for testing, and two of my users have the same token. The tokens were produced days ago, and FCM still generates the same token on the same emulator. Is there a function that produces a new unique FCM token?