I can't find the google project number in "General" or "Cloud Messaging". Not much else to say. Ideas?
To locate your project ID: Go to the API Console. From the projects list, select Manage all projects. The names and IDs for all the projects you're a member of are displayed.
Firebase automatically creates API keys for your project when you do any of the following: Create a Firebase project > Browser key auto-created. Create a Firebase Apple App > iOS key auto-created. Create a Firebase Android App > Android key auto-created.
Configure Project ID settings when creating a new Enterprise Project Type in Project Online. On the Project Web App home page, select Server Settings. On the Server Settings page, in the Workflow and Project Detail Pages section, click Enterprise Project Types. Select New Enterprise Project Type.
Go to the Google Developer Console : https://console.developers.google.com
Select Your Project.
Go to Settings and Utilities (3 point dropdown icon left of your profile pic on top right).
Go to Project Settings.
You will get your project number there.
Additionally, you can get it using gcloud CLI using below command:
gcloud projects list --format="table(projectNumber,projectId)" --filter="my-firebase-project"
Replace my-firebase-project
with your desired project.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With