Ionic 5 - Grocery Shopping App Platform with Admin
  • Ionic 5 Grocery Platform with Dashboard
  • Why use this Starter
  • Admin Panel Features
  • SETUP AND DEPLOYMENT
    • Initial Dev Environment Setup
    • Running the App (Web Browser)
  • How to use this Starter
    • Grocery Dashboard And App Complete Setup
    • Grocery Dashboard App - Setup
      • Grocery Dashboard Testing
    • Grocery App - Setup
      • Grocery App Testing
    • Testing Integration of Grocery Dashboard and App
  • Extra
    • Understanding the Database
    • App Specific Requirements
    • Add More Features
    • FAQs
  • FIREBASE SETUP
    • New Firebase Project Setup
    • Firebase Integration
    • Hosting on Firebase
Powered by GitBook
On this page
  • 1. Creating a new firebase project
  • 2. Add firebase to your web app
  • Adding firebase to project

Was this helpful?

  1. FIREBASE SETUP

New Firebase Project Setup

This page describes the steps to setup a new Firebase project for the Grocery Dashboard App.

PreviousFAQsNextFirebase Integration

Last updated 5 years ago

Was this helpful?

It includes 2 main steps :-

  1. Creating a new firebase project

  2. Add firebase to your web app

1. Creating a new firebase project

1.1 Open your firebase console. You will see the screen shown below. Click on "Add Project" to create your new project.

1.2 Write name of your project and click on "Continue". In this case, we have named our project as grocerydemo

1.3 Once you see Create a project (Step 2 of 3 ) screen - Disable the Enable Google Analytics for the project, as shown below. Now click on Continue

1.4 Please wait for a while your project is being created

2. Add firebase to your web app

2.1 The image below the default screen after your project is successfully created. Click on “Project settings”

2.2 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.

2.3 Register your app by providing name in the "App nickname" section and click on "Register App" button. In this case, we have used in the App nickname section.

2.4 You should see the following screen.

2.5 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 Firebase Integration In Grocery Dashboard App section to see how to do it.