Multiple push notification providers
Hi all! Is it possible to have both FCM and APNS active at the same time since we want to send notifications to android and ios devices? I can see that when I activate one, the other gets deactivated.
8 Replies
@serafeimo, you just advanced to level 1!
Hi @serafeimo
Yes only one provider can be active at a time.
Do you know how can I send notifications to both ios and android devices then?
I think fcm works on both
https://firebase.google.com/docs/cloud-messaging/ios/client
we have an old post with similar issue
https://discord.com/channels/895029566685462578/1042379922213191711
ok, I see.. But we can have providers from different channel types active at the same time, right? For example: email, sms and FCM.
Yes, you got it right
Thanks!