0% found this document useful (0 votes)
14 views11 pages

Firebase Setup Guide for Beginners

This document provides a step-by-step guide for setting up Firebase for the first time, starting from accessing the Firebase console to creating a project. Key steps include naming the project, enabling Google Analytics, selecting a platform, and downloading the necessary configuration file. Finally, it emphasizes the importance of adding the Firebase SDK and verifying the application's connection with Firebase through the console.

Uploaded by

Inam ul Rehman
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views11 pages

Firebase Setup Guide for Beginners

This document provides a step-by-step guide for setting up Firebase for the first time, starting from accessing the Firebase console to creating a project. Key steps include naming the project, enabling Google Analytics, selecting a platform, and downloading the necessary configuration file. Finally, it emphasizes the importance of adding the Firebase SDK and verifying the application's connection with Firebase through the console.

Uploaded by

Inam ul Rehman
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Step By Step Guide for Setting Firebase First Time

Step 1:

In the first step, we have to go to the firebase console by using the following
link [Link]

Step 2:

Now, we first have to create a Firebase project. Firebase project will go through and
describe what it is. This allows us to add an app to that project can have many projects
inside of Firebase.

1
Step 3:

Now, we have to give a name and id to the project, enable Google Analytics for the
project, set an analytics location, and accept all the terms and conditions. Firebase
console automatically creates a unique id for the project.

1) Giving a name to the project

2) Enable Google analytics for the project

2
3) Set analytics location and accept terms and condition

3
When we click on create the project, the creation of the Firebase project is started, and
once our project will be created, we have to click on continue to enter in our project.

Step 4:

In the next step, we have to choose the platform to add Firebase to our application.
The platform can be Android, iOS, Web, and Unity.

4
Step 5:

In the next step, we have to mention the package name, and the package name is the
mandatory and important thing. The package name should be matched with our
Android applications package name. We can find the package name of our application
in any of the Java class or Manifest file.

5
Step 6:

Type signingreport in Gridle

6
When we click on the Register app, we will go to the next field i.e., Download config
file.

Step 7:

It is one of the most important steps. In this step, we have to download the google-
[Link] file. This file is provided by Firebase for us to put it inside our application
folder in our application. This is a necessary file which is needed by our application to
connect with Firebase.

7
When we click on next, we will switch to the next field i.e., Add Firebase SDK.

Step 8:

In the next step, we will add the Firebase SDK. This has been done inside the Android
Studio. We have to modify the build. Gradle files once in your project with the following
lines of code.

8
We will skip the four-field, i.e., Run your app to verify the installation.

9
After clicking on the skip, we will switch to the overview page where we can see our
application.

When our application runs on the device, we will check the Firebase console to ensure
that our application is communicating with Firebase or not.

10
11

You might also like