Ionic 6 Vue Capacitor Full App
  • What is Ionic 6 Vue Capacitor Full App?
  • Understand the Frameworks
  • Template Features
  • Vue app setup
    • Initial Setup
    • Running the app
    • Building App on device
    • Deploying app as PWA
      • Deploy PWA on Firebase
  • Firebase setup
    • New Firebase Project Setup
    • Firebase Integration Into User App
  • Vue basics
    • Two way to use this Template
    • Removing a Page / Component
    • Removing a plugin
  • Group 3
    • Setting up Ionic Vue Apps (Basics)
  • Extras
    • Troubleshooting
    • FAQ
    • Changelog
Powered by GitBook
On this page
  • 1. Creating a new firebase project
  • 2. Add firebase to your web app
  • Adding firebase to project
  1. Firebase setup

New Firebase Project Setup

This page describes...... Follow the steps to....

PreviousFirebase setupNextFirebase Integration Into User App

Last updated 2 years ago

It includes the 2 main steps :-

  1. Creating a new firebase project

  2. Add firebase to your web app

1. Creating a new firebase project

Open your . 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

2. Add firebase to your web app

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.

Adding firebase to project

Now we will add firebase to our project.

Go to Add Firebase to Project section to see how to do it.

firebase console