WSDOT / wsdot-android-app

Source code for the WSDOT Android application
GNU General Public License v3.0
19 stars 12 forks source link

Push Notifications #170

Closed loganSims closed 6 years ago

loganSims commented 6 years ago

162

Implements push notifications using Firebase Cloud Messaging topics. Users can subscribed to the available topics and receive related notifications and alerts.

Current topics include traffic and ferry alerts. Traffic alerts come from ROADS and are sent out based on the county the alert is in. Ferry alerts come from the same data file used by the apps.

Subscriptions are managed (and saved) per app instance, no user tokens/IDs are collected. The app will also store a list of available topics, similar to how it stores other content, which is refreshed often.