Google Firebase Account Setting for IOT
by flaviopuhljr in Circuits > Arduino
566 Views, 1 Favorites, 0 Comments
Google Firebase Account Setting for IOT
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
Click on "Go to Console" and then on "+ Add project"
Give a Name for Your Project.
Disable Google Analytics and Click on "Create Project"
Go to "Build / Authentication", Select "Sign-in Method" and Click on "Email/password"
Enable Email/Password and Save It
Click on User and Add User
Fill the Data
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
Go to "Build / Storage"
Select "Start in production mode" and hit next
Copy the BucketID
Save the bucketID to be used on the code later.
Go to Storage Rules
Update the rules according to the picture
Copy the Web API Key
Go to "project Settings"
Save the WEB API Key to be used on the code later.