[iid] FirebaseInstanceId.getId() method is not available in plugin #5584
Unanswered
talent-apps
asked this question in
Feature request
Replies: 1 comment
-
I have a pull request opened for this: #2328 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If a Firebase user uses multiple devices, there is a separate token for each one of his devices.
In order to identify the device, the following method needs to be available in the plugin:
FirebaseInstanceId.getId()
For more info, see:
https://stackoverflow.com/questions/44496966/how-to-handle-multiple-firebase-fcm-tokens-per-user
Beta Was this translation helpful? Give feedback.
All reactions