Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 558 Bytes

File metadata and controls

7 lines (4 loc) · 558 Bytes

Push Notification Tester Web

How to get this thing running

Register a new Firebase Project on firebase.google.com. On Settings of your newly generated project you'll find a Cloud Messaging tab. Copy the Server Key from there and add it in NotificationTaskServlet

Then deploy the server part (e.g. Google App Engine, Amazon AWS or your own infrastructure) and head over to the Android Client (https://github.com/berndfinal/PushNotificationTester_App)