Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/santospatrick/firebase-workshop
- Owner: santospatrick
- Created: 2021-10-17T04:21:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T04:23:29.000Z (over 3 years ago)
- Last Synced: 2024-11-09T17:46:44.569Z (3 months ago)
- Language: TypeScript
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```