queelag / fcm

MIT License
6 stars 2 forks source link

Migration from push-receiver issue #5

Closed javajuice1337 closed 3 months ago

javajuice1337 commented 3 months ago

Hello, I have been trying to migrate from push-receiver to Aracna FCM, but can't seem to figure it out. With push-receiver, I register the listener with a senderId, however, I don't see how to use the senderId with Aracna FCM. Any help is appreciated! Thanks.

alchemicas commented 3 months ago

Hi @javajuice1337 , as you might've noticed by patching the push-receiver library, it's not possible to use the senderId to register to FCM anymore with the new Firebase APIs.

Let me know if you need further help, but I guess you're happy enough with your own version of push-receiver!