-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research and implement push notifications for React Native with Elixir backend #22
Comments
@mdshamoon I would like to work on this issue. Please assign it to me? |
We can use expo notification: https://docs.expo.dev/push-notifications/sending-notifications/ |
But in this approach, there will be an intermediate Expo backend that we may not want? |
We definitely don't want the expo backend. |
@mdshamoon I have implemented the code in the Elixir backend, which have two end point
However, the problem is occurring on the frontend side. Actually, Expo is restricting us for using the Expo Notification package, which relies on Expo Server as an intermediate server. This is because, for direct implementation with FCM and APN, several configurations need to be done in different native files of Android and iOS, which are only available in a React Native CLI project. |
Sorry got a little late responding here. Let me check on these and will get back to you. |
Is your feature request related to a problem? Please describe.
At some point we will need to send push notifications on the app for various things like errors or events happening
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: