I am building a React Native(Expo) app that can send notifications to another app(not built with react-native). I have the FCM token(device-token) of the target app. How can I send notifications to that app using firebase cloud messaging(FCM)?
The target app is NOT built using react-native and has everything handled for the incoming notification. I just need to send the notification to the target app. Thank you in advance.
Related
Hi Firebase push notification not working on the ios side. I am using react native and this is the tutorial I used to set it up on ios https://rnfirebase.io/messaging/usage/ios-setup. Everything is set up but nothing happens when I send notification from firebase console.
Could it be an issue with the apple push notification service ssl certificate?
I want to build custom style for the notifications I'm recieving from firebase in kill/background state.
I am creating an app which is a reminder app. It will send a notification that can speak the task which the user has assigned. I have created an entire app but am unable to add a voice notification feature in the app using react native expo. can anyone have an idea to do so?
thanks in advance
I am working on building a mobile application. I used react native on the front end. In my application, I wanna send a notification to users. I used native modules so that I had to eject expo. What is the best way to send remote notification without expo?
This library is the most used one for react native push notifications: React Native Push Notifications
This can help you with firebase push notifications: Firebase cloud messaging
I have created app that sends push notification when honework upload to the server. So please can somebody tell me how to send push notification in react native for both androud and ios?
You can use push notification packages like Firebase or OneSignal. they have defined API in their documentation and you can send push notification from your server to both android and ios devices easily.