File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Unreleased
22
3- - [ added] ` messaging.AndroidNotification ` type now supports channel_id.
3+ # v3.5.0
4+
5+ - [ added] ` messaging.AndroidNotification ` type now supports ` channel_id ` .
46- [ dropped] Dropped support for Go 1.8 and earlier.
57- [ fixed] Fixing error handling in FCM. The SDK now checks the key
68 ` type.googleapis.com/google.firebase.fcm.v1.FcmError ` to set error code.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import (
3939var defaultAuthOverrides = make (map [string ]interface {})
4040
4141// Version of the Firebase Go Admin SDK.
42- const Version = "3.4 .0"
42+ const Version = "3.5 .0"
4343
4444// firebaseEnvName is the name of the environment variable with the Config.
4545const firebaseEnvName = "FIREBASE_CONFIG"
You can’t perform that action at this time.
0 commit comments