-
Notifications
You must be signed in to change notification settings - Fork 14
Push Notifications
noahmalmed edited this page Apr 5, 2019
·
2 revisions
Both the Android and iOS apps can receive push notifications. All of our push notification sending is handled through Firebase. If you want to send push notifications, it's fairly easy, just follow these instructions:
- Log in to the Firebase console with the account
[email protected]
(password is in passbolt) - Select either the production (Zooniverse-production) or the development (zooniverse-mobile-dev) accounts
- Under the "Grow" menu on the left side, select "Cloud Messaging"
- Select the "New Message" button
- From here you can compose a message:
- The "Message Text" is the body of the notification
- If you want to give it a title or any custom data, check under the "Advanced Options" section
- When sending notifications, there are a few different "topics" you can send them to. These topics serve as subjects users can subscribe/unsubscribe to. The topics are as follows:
-
new_projects
- Notifications for when a new project is released -
new_beta_projects
- Notifications for when a new beta project is released -
urgent_notifications
- Notifications for when users help is needed urgently - For project-specific notifications just use the project id
-
- Once everything is filled out, select "Send Message", the notification should be sent to both iOS and Android