xamarin / GooglePlayServicesComponents

Other
313 stars 145 forks source link

FirebaseMessaging.Instance.GetToken() method missing in 123.0.8 #734

Closed F-Goncalves closed 1 year ago

F-Goncalves commented 1 year ago

Hi,

the binding in version 123.0.8 is missing FirebaseMessaging.Instance.GetToken() method. 122.0.0.7 has it.

I am assuming it still exists in the SDK, since it is still documented here (https://firebase.google.com/docs/reference/android/com/google/firebase/messaging/FirebaseMessaging#getToken()) and a removal has not been stated in the release notes.

jpobst commented 1 year ago

It looks like it is still there:

image

F-Goncalves commented 1 year ago

Then that must have been my IDE messing with me. Thanks for checking.