capacitor-community / fcm

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

add didReceiveRegistrationToken method #91

Closed halomakes closed 2 years ago

halomakes commented 2 years ago

fixes #89

add messaging(_ messaging: Messaging, didReceiveRegistrationToken fcmToken: String?) method, store the token provided there in memory to access it quickly later