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 b6e0cb6 commit 64bf7fbCopy full SHA for 64bf7fb
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# v3.3.0
4
+
5
- [fixed] Fixing a regression introduced in 3.2.0, where `VerifyIDToken()`
6
cannot be used in App Engine.
7
- [added] `messaging.WebpushNotification` type now supports arbitrary key-value
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.2.0"
+const Version = "3.3.0"
46
47
// firebaseEnvName is the name of the environment variable with the Config.
48
const firebaseEnvName = "FIREBASE_CONFIG"
0 commit comments