Skip to content

Commit c69c9bc

Browse files
[firebase-release] Removed change log and reset repo after 3.13.0 release
1 parent 21d2c0b commit c69c9bc

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

CHANGELOG.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +0,0 @@
1-
- Adds `serviceAccount` option to `runtimeOptions` to specify which service account Cloud Function should use at runtime. For example:
2-
3-
```
4-
const functions = require('firebase-functions');
5-
6-
exports.myFunction = functions.runWith({
7-
serviceAccount: '[email protected]'
8-
// OR
9-
// serviceAcount: 'test-sa@"
10-
// OR
11-
// serviceAccount: 'default'
12-
})
13-
14-
```
15-
16-
Requires [email protected] or later. Thanks @egor-miasnikov!
17-
18-
- Upgrades `highlight.js` to `10.4.1` to fix a vulnerability.

0 commit comments

Comments
 (0)