Skip to content

lucianodiisouza/react-sms-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMS-AUTH

Using google/firebase console to login with SMS from a mobile number (Brazilian numbers uses +55, if you want to use in another country, changes on phoneNumber const inside Home/index.js file).

Can in run it?

After clone projet, run yarn to install project dependencies (each time that one developer users npm, an unicorn loses your horn...).

Be sure to rename .renamethis.env to .env and fill up all REACT variables using your Firebase Project's info.

run yarn start at your console, to run this project locally on http://localhost:3000.

Libs used:

  • react
  • react-input-mask
  • firebase
  • styled-components

enjoy ✨

About

SMS authentication flow (or one time password, call as you want) project using ReactJS and firebase

Topics

Resources

Stars

Watchers

Forks