Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)