What You Will Learn

Firebase: A Streamlined Development Platform from Google

Firebase is a development platform from Google that streamlines the process of building mobile and web applications. It offers a suite of tools that handle many of the behind-the-scenes tasks, eliminating the need for extensive custom coding. This allows developers to focus their efforts on the core features and functionality that make their app unique.

In essence, Firebase is a comprehensive backend solution.

It provides a set of cloud computing services and application development tools. These services encompass databases, authentication, integration features, and more, all readily available for a variety of application development environments. Firebase supports popular platforms like Android, iOS, JavaScript, Node.js, Java, Unity, PHP, and C++.

  1. Before you can work on Firebase, it is required that you have a Google account. Therefore create a google account before proceeding in the next steps.
  2. To get started with Firebase, visit the Firebase console.
  3. Click Go to console.
  4. Sign-in with your Google account.

In order to use the services of Firebase in your apps, a project is needed.

  1. After Google account sign-in, you will redirected to the projects dashboard of Firebase.
  2. To create a project, click the Add project panel.

Add Project

  1. Provide the name of your project then click continue.

Provide Project Name

  1. Keep everything on default and click continue.

Enable Google Analytics

  1. Select Create a new account to create a Google analytics account if you do not have any Google analytics account yet or select Default Account for Firebase if available.

Configure Google Analytics

  1. Click Create Project button. Immediately, Firebase will do provisioning of your project. Please be patient at this stage because the provisioning might take a few minutes to be accomplished.

Project Provisioning

  1. Once provisioning is done, your project should be ready by now, and click Continue to proceed to your project dashboard.

Project Ready

Congratulations! You have successfully created a Firebase project, now you are ready to connect Firebase to your apps! Project Overview