Expo firebase messaging #5779
-
Hey guys, i'm struggling with this, I need to use firebase/messaging, all I need to do is use the onMessage() function from messaging, is it possible using Expo? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
How did it go when you tried it? You won't need perf or crashlytics config plugins, and I don't believe the messaging module needs a plugin, so it should work If you want or need more advanced items like notification icon changes and such, you'll need to add + configure a firebase.json file but I'm not sure how that goes with Expo. Mostly, follow those instructions above and let us know how it goes. |
Beta Was this translation helpful? Give feedback.
How did it go when you tried it?
The instructions here should serve: https://rnfirebase.io/#expo
You won't need perf or crashlytics config plugins, and I don't believe the messaging module needs a plugin, so it should work
If you want or need more advanced items like notification icon changes and such, you'll need to add + configure a firebase.json file but I'm not sure how that goes with Expo.
Mostly, follow those instructions above and let us know how it goes.