godfather_satyajeet
godfather_satyajeet

Reputation: 93

having difficulty in getting api key and other relevant information in firebase

I just started with firebase and I am having some difficulty in getting api keys and other relevant data required.I am building a web app . Here is the screenshot of the current screen that i got in firebase . I clicked on Add project .Got directed to another page where I clicked on Develop ,then database and finally created a realtime database .But i am stuck as how to get relevant api key and other data . I am following this tutorial tutorial link to get my hands on firebase and react.enter image description here

Upvotes: 0

Views: 73

Answers (1)

Fire-In-D-Hole
Fire-In-D-Hole

Reputation: 270

I believe you are new to Firebase so I'm going to Help you with the screenshots. As Tomka mentioned please read the documentation where it covers all the required information.

1-Go to Console, Select your project(In My Case TestApp) enter image description here

2-After you have selected the Project, Select Project Settings enter image description here

3-As you are configuring in the Web app (React), Please click the one pointed in the image. enter image description here

4-You should have the Details you are looking for something like below enter image description here

Upvotes: 2

Related Questions