Get apiKey to firebase

10,723

Solution 1

Here's how I found it:

  1. Go to: https://console.firebase.google.com/

  2. Under Projects using Firebase click on the project you want to get the config for or click "Create new Project"

  3. Click the red Add Firebase to your web app button. See image below. Add Firebase to your web app button

Hope that helps.

Good luck.

Solution 2

it is very easy to find. you can find your api key here.  go to your firebase project and do 1,2,3 here

it is very easy to find. you can find your api key here. go to your firebase project and do 1,2,3 here

Share:
10,723
Junior Mcq
Author by

Junior Mcq

Updated on June 07, 2022

Comments

  • Junior Mcq
    Junior Mcq about 2 years

    I need get apiKey to firebase app.

    In documentation the example is:

    var config = {
          apiKey: '<your-api-key>',
          authDomain: '<your-auth-domain>',
          databaseURL: 'https://tecki.firebaseio.com/',
          storageBucket: '<your-storage-bucket>'
        };
    firebase.initializeApp(config);
    

    and look in the console, documentation and not where to find it .

  • shim
    shim almost 8 years
    Note: I had to click the ADD APP button in between step 2 and 3. Possibly only necessary if you have other apps set up already.