New Firebase Project Setup
This page describes...... Follow the steps to....
Last updated
This page describes...... Follow the steps to....
Last updated
It includes the 2 main steps :-
Creating a new firebase project
Add firebase to your web app
Open your firebase console. You will see the screen shown below. Click on "Add Project" to create your new project.
Write name of your project and click on "Continue". In this case, we have named our project as “VueFirebase”.
Once you see "Configure Google Analytics" screen - Choose or Create your Google Analytics account, as shown below. Now click on "Create project"
Please wait for a while your project is being created
The image below the default screen after your project is successfully created. Click on “Project settings”
Scroll down the page and go to the last section which says “There are no apps in your project”. Select the 3rd option with this icon “</>” to add firebase to your web app.
Register your app by providing name in the "App nickname" section and click on "Register App" button. In this case, we have used “VueFirebase” in the App nickname section.
You should see the following screen.
Select the following section of code, as shown below and copy it to some text editor as it will be used at multiple places in next steps.
Now we will add firebase to our project.
Go to Add Firebase to Project section to see how to do it.