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 82606fb commit a053b99Copy full SHA for a053b99
CHANGELOG.md
@@ -1,10 +1,14 @@
1
# Unreleased
2
3
+-
4
+
5
+# v2.5.0
6
7
- [changed] Import context from `golang.org/x/net` for 1.6 compatibility
8
9
### Cloud Messaging
10
-- [feature] Added the `messaging` package for sending Firebase notifications
11
+- [added] Added the `messaging` package for sending Firebase notifications
12
and managing topic subscriptions.
13
14
### Authentication
firebase.go
@@ -48,7 +48,7 @@ var firebaseScopes = []string{
48
}
49
50
// Version of the Firebase Go Admin SDK.
51
-const Version = "2.4.0"
+const Version = "2.5.0"
52
53
// firebaseEnvName is the name of the environment variable with the Config.
54
const firebaseEnvName = "FIREBASE_CONFIG"
0 commit comments