Skip to content

Push Notif

Darci Burdge requested to merge github/fork/csc240-spring2019/jonsu into master

Created by: nebulaEXE

For, google-services.json file, you must register your app on firebase google service. Log into your own google account and register the NEST App Package onto Firebase. Then download the google-services file and place it into the app folder directory. From there you have access to push notifs to all users of the app through the Firebase Website. For now notif only work for those that have the app in the background and not the foreground. Firebase app does have functionality for user authentication etc.

Currently does not seem to work on my local AVD, but does work on my Android Phone.

Merge request reports