parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
85 stars 100 forks source link

feat: Add support for Expo push notifications #243

Closed mortenmo closed 1 month ago

mortenmo commented 1 month ago

Expo for React Native is used heavily when creating mobile app. It comes with its own simplified way to create, manage and send push notifications.

https://docs.expo.dev/push-notifications/overview/

With the addition of Installations for Parse JS, it is now easier/possible to use the Parse Server send push notifications using internals

New Pull Request Checklist

parse-github-assistant[bot] commented 1 month ago

Thanks for opening this pull request!

mortenmo commented 1 month ago

Could you just add an entry to the README? At least like what was added in #239. If you think that there should be any additional information on how to configure the adapter, feel free to add it.

Yep, added a little snippet.

dplewis commented 1 month ago

@mortenmo Can you add test cases and ensure code is covered?

mortenmo commented 1 month ago

@mtrezza / @dplewis CI failed because I missed the spec/ folder completely (again!!). Added tests for Expo & fixed the current tests failing.

parseplatformorg commented 1 month ago

🎉 This change has been released in version 6.2.0