Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcaohoanq/react-firebase-authentication
https://github.com/lcaohoanq/react-firebase-authentication
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lcaohoanq/react-firebase-authentication
- Owner: lcaohoanq
- Created: 2024-06-27T09:06:50.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-06-27T09:40:43.000Z (4 months ago)
- Last Synced: 2024-07-02T04:24:24.474Z (4 months ago)
- Language: JavaScript
- Homepage: https://react-firebase-authentication-rouge.vercel.app
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Firebase OTP verification system
**Q) What it does?**
It takes a phone number as input and sends an OTP to it. The user then verifies the OTP in the next page and authentication is completed in this way.
**Q) How to run the project?**
- Pull the project to your local system using
- Open the terminal and run `npm i`
- Go to firebase console and create a new project
- Inside the project, create a web app
- Go inside auth and enable phone authentication
- From the SDK installation guide in docs, copy your config
- Paste the config inside firebase.js file
- Run `npm start`
- Your app is ready to be used