Skip to content

Commit

Permalink
Update firebase-admin release links (#132)
Browse files Browse the repository at this point in the history
I noticed the links for the firebase-admin releases were wrong in the doc.

This PR updates it.
  • Loading branch information
lucastnr authored Aug 26, 2023
1 parent 4bc66d2 commit 143ed7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/firebase-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- Use functions runtime `nodejs18`
- `firebase-tools` - use [lastest version](https://github.com/firebase/firebase-tools/releases)
- `firebase-functions` - [latest version](https://github.com/firebase/firebase-functions/releases)
- `firebase-admin` - [latest version](https://github.com/firebase/firebase-functions/releases)
- `firebase-admin` - [latest version](https://github.com/firebase/firebase-admin-node/releases)

### Node 16 support (Recommended)

Expand All @@ -32,15 +32,15 @@
- Use functions runtime `nodejs16`
- `firebase-tools` supports Node 16 as default from [version 10.0.0](https://github.com/firebase/firebase-tools/releases/tag/v10.0.0), recommend minimum [version 10.9.2](https://github.com/firebase/firebase-tools/releases/tag/v10.9.2)
- `firebase-functions` - [latest version](https://github.com/firebase/firebase-functions/releases)
- `firebase-admin` - [latest version](https://github.com/firebase/firebase-functions/releases)
- `firebase-admin` - [latest version](https://github.com/firebase/firebase-admin-node/releases)

### Node 14 support

- The latest Node 14 version is `14.21.2`
- Use functions runtime `nodejs14`
- `firebase-tools` - minimum [version 9.23.3](https://github.com/firebase/firebase-tools/releases/tag/v9.23.3)
- `firebase-functions` - [latest version](https://github.com/firebase/firebase-functions/releases)
- `firebase-admin` - [latest version](https://github.com/firebase/firebase-functions/releases)
- `firebase-admin` - [latest version](https://github.com/firebase/firebase-admin-node/releases)
- Node 14 introduces ESM support (see below)

### Node 12 support
Expand Down

0 comments on commit 143ed7f

Please sign in to comment.