Is your feature request related to a problem? Please describe.
Currently firebase_messaging only supports getting the instance ID token. Our use case requires the stable ID. This is not currently exposed in the flutter plugin.
Describe the solution you'd like
A method for retrieving the stable instance ID.
Is your feature request related to a problem? Please describe.
Currently
firebase_messagingonly supports getting the instance ID token. Our use case requires the stable ID. This is not currently exposed in the flutter plugin.Describe the solution you'd like
A method for retrieving the stable instance ID.