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 dd252a8 commit be821cdCopy full SHA for be821cd
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
3
+# v3.8.1
4
+
5
+- [fixed] Fixed a test case that was failing in environments without
6
+ Application Default Credentials support.
7
8
# v3.8.0
9
10
- [added] Implemented `auth.EmailVerificationLink()` function for
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 = "3.8.0"
+const Version = "3.8.1"
43
44
// firebaseEnvName is the name of the environment variable with the Config.
45
const firebaseEnvName = "FIREBASE_CONFIG"
0 commit comments