We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fd87f commit fc53aa8Copy full SHA for fc53aa8
README.md
@@ -26,11 +26,14 @@ For more information, visit the
26
27
## Installation
28
29
-To install Firebase Admin Go SDK, simply execute the following command
30
-in a terminal from your `$GOPATH`:
+The Firebase Admin Go SDK can be installed using the `go install` utility:
31
32
```
33
-go get firebase.google.com/go
+# Install the latest version:
+go install firebase.google.com/go/v4@latest
34
+
35
+# Or install a specific version:
36
+go install firebase.google.com/go/v4@4.x.x
37
38
39
## Contributing
0 commit comments