-
Notifications
You must be signed in to change notification settings - Fork 153
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
Migrate to React Native Firebase v6 from legacy v5 #175
Comments
as much as I know |
There is support for notifications https://rnfirebase.io/messaging/notifications#main |
Is it paid? |
They removed support for local notifications in v6, If you are sent a remote notification you will only see an alert in Notification Center if the app is closed otherwise the app get's notified without the alert, and you can't schedule local notifications you will have to use it with react-native-notifications or any other library out there. |
As @chaimPaneth mentioned, they changed their behavior about notifications. At the moment we'd like to keep it, so not going to upgrade to version 6 + react-native-push-notification. I'm guessing this would be reevaluated in the future. |
The app use legacy react-native-firebase v5 at:
hamagen-react-native/package.json
Line 40 in e29687a
The newest react-native-firebase moved to new npm package at @react-native-firebase/app
https://www.npmjs.com/package/@react-native-firebase/app
The migration require some code changes, see:
https://rnfirebase.io/migrating-to-v6
The text was updated successfully, but these errors were encountered: