Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chase-allen-tech/next-firebase-auth
Firebase authentication with Next
https://github.com/chase-allen-tech/next-firebase-auth
firebase firebase-auth firebase-database react
Last synced: 23 days ago
JSON representation
Firebase authentication with Next
- Host: GitHub
- URL: https://github.com/chase-allen-tech/next-firebase-auth
- Owner: chase-allen-tech
- Created: 2021-05-15T18:45:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T18:50:33.000Z (over 3 years ago)
- Last Synced: 2024-11-06T04:40:19.412Z (2 months ago)
- Topics: firebase, firebase-auth, firebase-database, react
- Language: JavaScript
- Homepage:
- Size: 82 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Next Auth
### Created with firebase and material-ui
Run dev server:```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
This project needs a .env.local file in the root directory
this must contain all the environmental variables for firestoreTemplate:
```
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=
```