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 455d0a6 commit d6907caCopy full SHA for d6907ca
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# v3.2.0
4
+
5
- [added] Implemented the ability to create custom tokens without
6
service account credentials.
7
- [added] Added the `ServiceAccount` field to the `firebase.Config` struct.
firebase.go
@@ -42,7 +42,7 @@ import (
42
var defaultAuthOverrides = make(map[string]interface{})
43
44
// Version of the Firebase Go Admin SDK.
45
-const Version = "3.1.0"
+const Version = "3.2.0"
46
47
// firebaseEnvName is the name of the environment variable with the Config.
48
const firebaseEnvName = "FIREBASE_CONFIG"
0 commit comments