Ibrahim Iqbal
Ibrahim Iqbal

Reputation: 594

Is firebase account needed only for receiving notifications in android?

I've no idea of FCM and GCM and right now I have to receive notifications sent from server. Is it compulsory for me to add my project to firebase? Thanks in advance!

Upvotes: 0

Views: 100

Answers (1)

Narendran Pandian
Narendran Pandian

Reputation: 188

Firebase cloud messaging is just a way to send push notifications to your application(there are other alternatives).

As for adding your project, you will just be giving few information like your App name. This will generate you a secret key to use to access the FCM service. There are several tutorials available on the net and its free(they won't bill you extra if it exceeds your usage limit).

Have fun exploring FCM

Leaving you a tutorial link: http://stacktips.com/tutorials/android/how-to-integrate-firebase-cloud-messaging-for-android

Upvotes: 1

Related Questions