Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i find `SENDER ID` in firebase?

I am creating Push notification demo in ionic 2. I have tried to generate server key and sender key from firebase. i have follow this tutorial. but I can not found cloud messaging tab in my firebase project setting screen as shown bellow image and there is no Server key and sender Id.

enter image description here

I need SENDER ID for create push notification in my app as bellow,

cordova plugin add phonegap-plugin-push --variable SENDER_ID=12341234 --save

like image 531
alka vaghela Avatar asked Apr 08 '17 09:04

alka vaghela


1 Answers

Here is the steps,

  1. Go to Firebase Console
  2. Select your project
  3. Click on Setting icon near to Overview in left panel.
  4. Select Project settings.
  5. If you have already registered your app to project then click on CLOUD MESSAGING tab
  6. If you do not have registered you app then first register it from Overview tab and follow step 5.

and you'll get Sender ID

like image 103
Dr Magneto Avatar answered Oct 04 '22 13:10

Dr Magneto