Suppose a FCM token is generated abcd
and assigned to a user say user 1
now this token is no longer associated to user 1
as he uninstalled his app. Can this token abcd
be assigned to some other user in future?
EDIT 1:
I know it is unique
at a time. But if a token is not being used by anyone abcd
will that be used again by some other user as it is still unique as user 1
is using a different token?
EDIT 2:
The token I am referring to is the device regestration token
.