WSDOT / wsdot-android-app

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

Update Firebase dependencies - New cloud messaging features #176

Closed loganSims closed 6 years ago

loganSims commented 6 years ago

https://firebase.google.com/support/release-notes/android

The methods subscribeToTopic() and unsubscribeFromTopic() on FirebaseMessaging now return a Task that can be used to see when the request has completed.

We can now see if the subscription update went through. Should look into adding something to notify users of a successful subscription update.