Push Notification By Using FCM

I want to send the notification a phone token from the server by using FCM. For example, when a user likes a post, the server will be triggered and send a notification to post owner. I want to write such a system. How can I do this?. Is there an example project? Thanks

You would use these docs:

which are part of the Push Notifications Guide seen here Push Notifications Overview - Expo Documentation

I am planning to make the notification system according to this article.But, I’m confused.Does it even works the expo notification system when i publish the app ?

Yes, it should work. The docs say:

“Firebase Cloud Messaging is required for all managed and bare workflow Android apps made with Expo…”

thank you :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.