/firebase

Notification using google console firebase

Primary LanguageJava

firbase

A simple notification application which shows how to get notification form firebase server..

In #MyFirebaseinstanceService class

  Log.d(REG_TOKEN,recent_token);

This will generate current token of your device.. Use it to send notification form firebase console to get notification in that device...

And Dont forget to copy and paste your google_service.json in app folder :)