Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 firestore

Template:
```
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=
```