firebase / quickstart-java

Quickstart samples for Firebase Java Admin SDK
Apache License 2.0
234 stars 143 forks source link

Admin SDK example #31

Open safield opened 5 years ago

safield commented 5 years ago

The example code only shows how to use the Http protocol connection to FCM.

There should also be an example using the Admin SDK.

samtstern commented 5 years ago

@kroikie do you have an Admin SDK example for FCM?

kroikie commented 5 years ago

Currently the example directly calls the v1 API, I will update it to include or even replace the current implementation with the Admin SDK usage.