PushNotifications client token#34
Conversation
Co-authored-by: reece <reece@convex.dev>
|
Cursor Agent can help with this pull request. Just |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
commit: |
|
What is the status of this PR? Would like to see it added in the code. Thanks! |
Adds an
expoAccessTokenconfig field to thePushNotificationsclient to authenticate requests to the Expo push API.The
expoAccessTokenis passed as anAuthorization: Bearer <token>header to the Expo push API. Thesrc/component/_generated/component.tsfile was manually updated to reflect the new argument due to codegen issues during development.