Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To begin you will need `nodejs` and `firebase-tools`
To install `firebase-tools` run

```bash
npm i -G firebase-tools
bun i -G firebase-tools
```

Go to [https://console.firebase.google.com]() and create a new Firebase project
Expand All @@ -27,7 +27,7 @@ You will need a serviceAccountKey.json field in the root of the project director

```bash
cd functions
npm install --save firebase-framework
bun install --save firebase-framework
```

Your `functions/index.js` file should contain:
Expand Down