We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df85e6c commit 68eb517Copy full SHA for 68eb517
.github/workflows/release.yml
@@ -76,6 +76,8 @@ jobs:
76
startsWith(github.event.pull_request.title, '[chore] Release ')
77
78
runs-on: ubuntu-latest
79
+ permissions:
80
+ contents: write
81
82
steps:
83
- name: Checkout source for publish
firebase.go
@@ -39,7 +39,7 @@ import (
39
var defaultAuthOverrides = make(map[string]interface{})
40
41
// Version of the Firebase Go Admin SDK.
42
-const Version = "4.15.2"
+const Version = "4.16.0"
43
44
// firebaseEnvName is the name of the environment variable with the Config.
45
const firebaseEnvName = "FIREBASE_CONFIG"
0 commit comments