Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 370 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 370 Bytes

Firebase Push

A simple desktop client to send push messages through Firebase Cloud Messaging Legacy HTTP Protocol

Getting started

  • Download the latest released jar

  • Run it by double-clicking (on Mac OS) or by running java -jar FirebasePush.jar

  • Use ./gradlew run to run the app from the source code