firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.12k stars 239 forks source link

Maybe needed to update Installation in README. #559

Closed kanonji closed 11 months ago

kanonji commented 1 year ago

[REQUIRED] Step 3: Describe the problem

Instllation confuses me because it is different in the README and doc. Perhaps the doc is correct, right?

In README

go get firebase.google.com/go

In doc

https://firebase.google.com/docs/admin/setup#go

# Install as a module dependency
go get firebase.google.com/go/v4

# Install to $GOPATH
go get firebase.google.com/go
google-oss-bot commented 1 year ago

I found a few problems with this issue:

thatfiredev commented 1 year ago

@kanonji Apologies for the confusion. You're right, the doc is correct. I have opened #562 to fix the README. Thanks for raising the issue :)

thatfiredev commented 11 months ago

Fixed :)

kanonji commented 11 months ago

I appreciate it.