Droidcon-Boston / conference-app-android

Official conference app for Droidcon Boston
http://www.droidcon-boston.com/
Apache License 2.0
98 stars 25 forks source link

Need to test Notifications #194

Closed fetching closed 5 years ago

fetching commented 5 years ago

I hope its OK to create an Issue to track testing of Notifications. I can pair with whoever has ability to create the notifications and we can pick a time to test them.

In particular, we changed launchMode=singleTask to launchMode=singleTop for MainActivity so we need to be sure we don't leak activities.

n8ebel commented 5 years ago

@fetching I think @kenyee is probably the right person to pair with on notifications.

There is a small wiki entry around our notifications here: https://github.com/Droidcon-Boston/conference-app-android/wiki/Push-Notifications

fetching commented 5 years ago

Awesome @n8ebel I see we are using the Firebase Console to send Notifications. I'll get more info from @kenyee .

fetching commented 5 years ago

Can close this based on the other ticket regarding notifications testing.