Using FCM with expo client

Hi there, I need help for my app.
I must use FCM for sending push notification, I followed the guide:https://docs.expo.io/versions/latest/guides/using-fcm/ but I can’t understand if the push notification is eventually sent with expo or with FCM.
Thank you :slight_smile:

Hey @michela98b,

FCM is used by default in the Expo Client. In your standalone app, you’ll have to do the steps mentioned in the docs you posted and at that point, when you send a push notification, it first gets set to the Expo backend and then it gets directed to FCM.

Cheers,
Adam

1 Like

Thank you @adamjnav !

Happy to help! Good luck with your project.