How can i find `SENDER ID` in firebase?

19,589

Solution 1

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

Solution 2

Login firebase account go to project Setting. Here you can get Sender Id

enter image description here

Share:
19,589

Related videos on Youtube

alka vaghela
Author by

alka vaghela

Updated on May 27, 2020

Comments

  • alka vaghela
    alka vaghela about 4 years

    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