firebase / firebase-admin-go

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

Clean go.mod unused grpc dependecy #420

Closed bastengao closed 3 years ago

bastengao commented 3 years ago

https://github.com/firebase/firebase-admin-go/blob/master/go.mod#L11

google-oss-bot commented 3 years ago

I found a few problems with this issue:

hiranya911 commented 3 years ago

It's an indirect dependency for Firestore. go mod tidy doesn't remove it.