Skip to content

Commit fd71b72

Browse files
chemidyhiranya911
authored andcommitted
update readme with Authentication Guide & Release Notes (#61)
* update readme with Authentication Guide & Release Notes * fix a misspelling : separately * fix missing newline before package
1 parent ed25cb4 commit fd71b72

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ requests, code review feedback, and also pull requests.
4242
## Documentation
4343

4444
* [Setup Guide](https://firebase.google.com/docs/admin/setup/)
45+
* [Authentication Guide](https://firebase.google.com/docs/auth/admin/)
4546
* [API Reference](https://godoc.org/firebase.google.com/go)
47+
* [Release Notes](https://firebase.google.com/support/release-notes/admin/go)
4648

4749

4850
## License and Terms

integration/auth/user_mgt_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ func testUpdateUser(t *testing.T) {
277277
}
278278
}
279279

280-
// compare provider info seperatley since the order of the providers isn't guaranteed.
280+
// compare provider info separately since the order of the providers isn't guaranteed.
281281
testProviderInfo(u.ProviderUserInfo, t)
282282

283283
// now compare the rest of the record, without the ProviderInfo

0 commit comments

Comments
 (0)