firebase / firebase-admin-go

Firebase Admin Go SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maybe needed to update Installation in README.

kanonji opened this issue · comments

[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

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

@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 :)

I appreciate it.