firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.13k stars 244 forks source link

cannot find module providing package google.golang.org/grpc/naming #426

Closed musinit closed 3 years ago

musinit commented 3 years ago

This is after go get firebase.google.com/go/v4 command

google-oss-bot commented 3 years ago

I found a few problems with this issue:

qutubworldish commented 3 years ago

Hi @musinit , I am facing the same issue with go get firebase.google.com/go/v4. Can you please tell me how you resolved this issue.

11Akhil commented 3 years ago

same issue with me too, what i understand is that the firebase package is not getting stored on the desired locations where it is supposed to be maybe manually adding the firebase package under the gopath can solve the issue. if anyone else have some different way of fixing it please let me help out