DEV Community

Discussion on: React Native Push Notifications

Collapse
 
stijncoolen profile image
Stijn Coolen • Edited

"FCM can be used only for Android." This is not entirely true, you should be able to send a APNs message with FCM based on their docs: firebase.google.com/docs/cloud-mes...

Collapse
 
jakubkoci profile image
jakubkoci

Oh, I see. I meant it in a way it's not necessary to set an iOS project in Firebase console. I rephrased it a little. I agree it was written wrongly. Thanks for pointing it out.