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 16fd6d3 commit 2af1a22Copy full SHA for 2af1a22
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# Unreleased
2
-- All functions that make network calls take context as an argument.
3
4
--
+# v3.0.0
+
5
+- All functions that make network calls now take context as an argument.
6
7
# v2.7.0
8
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.7.0"
+const Version = "3.0.0"
46
47
// firebaseEnvName is the name of the environment variable with the Config.
48
const firebaseEnvName = "FIREBASE_CONFIG"
0 commit comments