-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: mobile push notifications #13006
base: main
Are you sure you want to change the base?
Conversation
TODO - must update segment-schema repo for this to be available in MXP
- remove coupling notification services with these managers/services - remove notification service types from the transaction notification types - tidy FCMService to match extension/CORE - remove coupling from the notifee NotificationService file.
update types, and add correct push interface
This is now done in the controller. The push click handler may need to be done through UI though.
remove old code
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
New and updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
// TODO - Find out how to handle clicking notifications in the background. | ||
// The only approach notifee + navigate offers is through React. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notifee + ReactNavigation offers react bindings for clicking notifications, but I don't see non-react bindings.
2 Approaches:
- We use a react approach and invoke a hook at root.
- There are "Deep Links" that we can add to IOS and Android settings to prompt what page/view the application should open up into.
- Fallback - we can just open the home page worst case.
Description
Adds support for mobile push notifications. Reorganised some services, and utilising the shared controller over custom logic.
Draft TODO:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist