You do not have permission to view the full content of this post.
Log in or register now.
Send notification to your app...without going to firebase console...
To Set push notification...go here
You do not have permission to view the full content of this post. Log in or register now.
To recieve notification...just register your app with topic..
Example:
on your onCreate MainActivity put:
FirebaseMessaging.getInstance().subscribeToTopic("your topic");
////////////////////////////////////////////////////////
Get your server api key on firebase.console/setting/cloudmessaging of your project...
Send notification to your app...without going to firebase console...
To Set push notification...go here
You do not have permission to view the full content of this post. Log in or register now.
To recieve notification...just register your app with topic..
Example:
on your onCreate MainActivity put:
FirebaseMessaging.getInstance().subscribeToTopic("your topic");
////////////////////////////////////////////////////////
Get your server api key on firebase.console/setting/cloudmessaging of your project...
