This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[iid] FirebaseInstanceId.getId() method is not available in plugin #1924
Labels
plugin: iid
Stale
Issue with no recent activity
type: enhancement
New feature or request
type: missing-feature
A feature that is supported on the underlying Firebase SDK but has not been exposed to Dart API.
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
The text was updated successfully, but these errors were encountered: