Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makerkit/ultimate-firebase-nextjs-authentication-guide
A Next.js project with fully-functioning Firebase authentication setup
https://github.com/makerkit/ultimate-firebase-nextjs-authentication-guide
Last synced: 3 months ago
JSON representation
A Next.js project with fully-functioning Firebase authentication setup
- Host: GitHub
- URL: https://github.com/makerkit/ultimate-firebase-nextjs-authentication-guide
- Owner: makerkit
- License: mit
- Created: 2022-01-17T16:45:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T18:10:37.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T08:13:46.506Z (6 months ago)
- Language: TypeScript
- Size: 173 KB
- Stars: 21
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - makerkit/ultimate-firebase-nextjs-authentication-guide - A Next.js project with fully-functioning Firebase authentication setup (TypeScript)
README
# MakerKit: The Ultimate Authentication Guide with Next.js and Firebase
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Please check out the [article where we build the codebase in this repository
step-by-step](https://makerkit.dev/blog/tutorials/ultimate-guide-authentication-firebase-nextjs)