Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/santospatrick/firebase-workshop

Template made with Next.js + Firebase SDK
https://github.com/santospatrick/firebase-workshop

Last synced: 19 days ago
JSON representation

Template made with Next.js + Firebase SDK

Awesome Lists containing this project

README

        

# Firebase workshop
> Example application made with Next.js + Firebase SDK

[![slides.com embed code screenshot](docs/embed.png)](https://slides.com/santospatrick/firebase)

## Setup
```bash
# first terminal
yarn
yarn dev

# second terminal
cd functions
yarn serve # for emulators

# third terminal
yarn build # for typescript
```