Where can I find the API KEY for Firebase Cloud Messaging?

前端 未结 9 457
执念已碎
执念已碎 2020-11-28 23:04

I am trying to figure out how the new version of GCM or Firebase Cloud Messaging works so I moved one of my projects to the new Firebase console, If I did not have the API K

相关标签:
9条回答
  • 2020-11-28 23:35

    Enter here:

    https: //console.firebase.google.com/project/your-project-name/overview

    (replace your-project with your project-name) and click in "Add firebase in your web app"(the red circle icon) this action show you a dialog with:

    • apiKey
    • authDomain
    • databaseURL
    • storageBucket
    • messagingSenderId
    0 讨论(0)
  • 2020-11-28 23:35

    You can find your Firebase Web API Key in the follwing way .

    Go To project overview -> general -> web API key

    0 讨论(0)
  • 2020-11-28 23:39

    You can find API KEY from the google-services.json file

    0 讨论(0)
提交回复
热议问题