Support for FCM Token
depado opened this issue ยท 4 comments
Hello there ๐
First of all thanks for the work you've put in this library ๐
I just noticed that on the Firebase project's setting page :
Firebase Cloud Messaging tokens have replaced server keys for sending messages. While you may continue to use them, support is being deprecated for server keys.
Would that be possible for you to add support for the FCM Tokens ?
Thanks a lot ๐
thank you @depado , support in progress for "Firebase Cloud Messaging token"
Thank you for your quick reply ! ๐
After doing some tests, the new "Firebase Cloud Messaging token" should work the exact way the "server token" worked. nothing changed.
try it!
this issue will be closed, if something goes wrong, open a new issue with details.
So should I just replace the server token with the FCM token when initializing the client ?
Thanks a lot ! ๐
Edit : Sorry, I didn't see you updated the README file. Thanks again for your time ๐