capacitor-community / fcm

Enable Firebase Cloud Messaging for Capacitor apps
https://capacitor.ionicframework.com/docs/
MIT License
238 stars 83 forks source link

The refreshToken function returns the Firebase JWT session token instead of the FCM token #138

Closed bipoza closed 1 year ago

bipoza commented 1 year ago

The refreshToken function returns the Firebase JWT session token instead of the FCM token.

The changes are implemented, but I still need to do the necessary tests on IOS.

Fixed: #137

marcjulian commented 1 year ago

This seams to be the same issue has we had with getToken() on Android. See https://github.com/capacitor-community/fcm/pull/111