Google Firebase Account Setting for IOT

by flaviopuhljr in Circuits > Arduino

505 Views, 1 Favorites, 0 Comments

Google Firebase Account Setting for IOT

usina logo 1.png
intro.jpg

In this instructable we will show the steps to create a Google Firebase repository for file storage, to be used on IOT projects.

Open Your Google Firebase Account

Step1 .jpg
Step2.jpg

Click on "Go to Console" and then on "+ Add project"

Give a Name for Your Project.

Step3.jpg

Disable Google Analytics and Click on "Create Project"

Step4.jpg

Go to "Build / Authentication", Select "Sign-in Method" and Click on "Email/password"

Step5.jpg

Enable Email/Password and Save It

Step6.jpg

Click on User and Add User

Step7.jpg

Fill the Data

Step8.jpg

You can add other users that can access this repository.

Save the email and password to be used on the code later.

Setup the Storage

Step9.jpg

Go to "Build / Storage"

Select "Start in production mode" and hit next

Copy the BucketID

Step10.jpg

Save the bucketID to be used on the code later.

Go to Storage Rules

Step12.jpg

Update the rules according to the picture

Copy the Web API Key

Step11.jpg

Go to "project Settings"

Save the WEB API Key to be used on the code later.