Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabienheureux/next-firebase-auth-example
https://github.com/fabienheureux/next-firebase-auth-example
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabienheureux/next-firebase-auth-example
- Owner: fabienheureux
- Created: 2022-02-16T08:33:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T08:38:09.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T09:20:52.293Z (about 2 months ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cf issue https://github.com/gladly-team/next-firebase-auth/issues/434
This example showcase a usage of next-firebase-auth without private key.# Install
Dependencies are installed using
`npm i` or `yarn`# Start
It can be started with `yarn dev` or `npm run dev`
# Steps to reproduce
- Start a firebase emulator with `firebase emulators:start --project your-awesome-project`
- Go to http://locahost:3000
- You will see the `TypeError: Cannot read properties of undefined (reading 'credential')` error