-
Notifications
You must be signed in to change notification settings - Fork 180
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
Push notifications proposal #206
Comments
Implementation and Architecture Proposal for React Native SDK for Push Notifications
By following steps, we can enhance our SDK to effectively track push notification events and provide insights for analytics and reporting purposes. It's crucial to note that for push notifications, the entire analytics process will rely on sdk events. @maxgurewitz please add anything you'd like, and let me know if you're ready to proceed with the implementation. |
Backend Higher level flow/Implementation Proposal:
In this plan, we'll update Temporal to handle push notifications by adding support for the "PUSH" message type. We'll fetch user details, message templates, and provider info to send push notifications. Plus, we'll handle campaign events from the SDK for reporting. @maxgurewitz Anything else you'd like to include in backend before we move forward with the implementation? |
@danish1112 a few things!
|
This issue will contain the proposal to add IOS push, and Android push channels.
Backend
New required models / concepts:
We will also need to amend our user journey temporal worker to support additional message types.
Frontend
New requirements:
The text was updated successfully, but these errors were encountered: