Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thompsonnaidu/dial-navigator-react
https://github.com/thompsonnaidu/dial-navigator-react
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thompsonnaidu/dial-navigator-react
- Owner: thompsonnaidu
- Created: 2024-02-28T02:21:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-28T14:58:59.000Z (10 months ago)
- Last Synced: 2024-04-14T16:25:35.655Z (9 months ago)
- Language: JavaScript
- Size: 716 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication Implementation in React JS using Firebase Auth
### Setup
1. Clone the repository2. create a new file .env.local and set the below environment variable
- REACT_APP_API_KEY=Firebase_API_KEY
- REACT_APP_AUTH_DOMAIN=Firebase_AUTH_domain
- REACT_APP_PROJECT_ID=Firebase_project_id
- REACT_APP_STORAGE_BUCKET=firebase_app_storage
- REACT_APP_MESSAGING_SENDER_ID=firebase_messaging_sender
- REACT_APP_APP_ID=firebase_app_id3. Run npm install
4. Run npm start