Skip to content

A sample of integration and application of Firebase Authentication

Notifications You must be signed in to change notification settings

gabrielrigon/firebase_auth_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Authentication Integration

Content

The purpose of this material is to exemplify the integration of Firebase Authentication into a web project. It will be possible to create a user (with confirmation by email), log in, log out, update the user and recover the password while following each update of the object in real time.

Libs

  • Firebase
  • React
  • UI material

Dependencies

  • Node.js
  • Yarn

Use

  • Clone the project
  • Access the directory and install the dependencies with the command below
  $ yarn
  • Rename the index.js.example file (which is inside the src folder) to index.js
  • Within this file, enter the configuration parameters provided when creating the project in Firebase
  • In the Firebase console, go to Authentication > Login Methods and enable this option
  • Go back to the terminal and run the command:
  $ yarn start

About

A sample of integration and application of Firebase Authentication

Topics

Resources

Stars

Watchers

Forks