File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ Admin Go SDK enables access to Firebase services from privileged environments
20
20
(such as servers or cloud) in Go. Currently this SDK provides
21
21
Firebase custom authentication support.
22
22
23
- Go versions >= 1.6 are supported.
24
-
25
23
For more information, visit the
26
24
[ Firebase Admin SDK setup guide] ( https://firebase.google.com/docs/admin/setup/ ) .
27
25
@@ -39,13 +37,13 @@ go get firebase.google.com/go
39
37
40
38
Please refer to the [ CONTRIBUTING page] ( ./CONTRIBUTING.md ) for more information
41
39
about how you can contribute to this project. We welcome bug reports, feature
42
- requests, code review feedback, and also pull requests.
40
+ requests, code review feedback, and also pull requests.
43
41
44
42
## Supported Go Versions
45
43
46
- We support Go v1.7 and higher.
44
+ We support Go v1.6 and higher.
47
45
[ Continuous integration] ( https://travis-ci.org/firebase/firebase-admin-go ) system
48
- tests the code on Go v1.7 through v1.10.
46
+ tests the code on Go v1.6 through v1.10.
49
47
50
48
## Documentation
51
49
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ import (
42
42
var defaultAuthOverrides = make (map [string ]interface {})
43
43
44
44
// Version of the Firebase Go Admin SDK.
45
- const Version = "2.6.0 "
45
+ const Version = "2.6.1 "
46
46
47
47
// firebaseEnvName is the name of the environment variable with the Config.
48
48
const firebaseEnvName = "FIREBASE_CONFIG"
You can’t perform that action at this time.
0 commit comments