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 fd13db5 commit 255e5edCopy full SHA for 255e5ed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# v3.4.0
4
+
5
- [added] `firebase.App` now provides a new `DatabaseWithURL()` function
6
for initializing a database client from a URL.
7
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.3.0"
+const Version = "3.4.0"
46
47
// firebaseEnvName is the name of the environment variable with the Config.
48
const firebaseEnvName = "FIREBASE_CONFIG"
0 commit comments