andrealexandre / fcm-client

Firebase Cloud Messaging client for server applications
MIT License
3 stars 1 forks source link

Build structure for fcm-client #1

Open andrealexandre opened 7 years ago

andrealexandre commented 7 years ago

The aim is to pick ideas from the know gcm-server and develop a basic structure for accessing the Firebase Cloud Messaging platform.

andrealexandre commented 7 years ago

Added first couple of classes (copied from gcm server, mainly the pojos). Also added unit test example for later unit test. Using spock framework (groovy).