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 bb41405 commit 0dd6a00Copy full SHA for 0dd6a00
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+-
4
+
5
+# v2.7.0
6
7
- [added] Added several new functions for testing errors
8
(e.g. `auth.IsUserNotFound()`).
9
- [added] Added support for setting the `mutable-content` property on
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 = "2.6.1"
+const Version = "2.7.0"
46
47
// firebaseEnvName is the name of the environment variable with the Config.
48
const firebaseEnvName = "FIREBASE_CONFIG"
0 commit comments