react-firebase-step-by-step

The tutorials of how it was made are:

In pt/br part 1 here and part 2 here

In english part 1 and part 2 (TODO)

A small React example using Firebase.

To start the appĺication

First run the install command yarn install

Then to run yarn start

To deploy:

To deploy

Login in your firebase account using

firebase login

Configure your firebase project using

firebase init

Select "Hosting" and select your project and run:

yarn run deploy