We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ab431 commit 79d5dcdCopy full SHA for 79d5dcd
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# v3.9.0
4
+
5
- [added] Implemented `messaging.MulticastMessage` type and the
6
`messaging.SendMulticast()` function for sending the same
7
message to multiple recipients.
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.1"
+const Version = "3.9.0"
43
44
// firebaseEnvName is the name of the environment variable with the Config.
45
const firebaseEnvName = "FIREBASE_CONFIG"
0 commit comments