Skip to content

Commit 0079f09

Browse files
authored
Updated API ref docs (#37)
1 parent 8be4851 commit 0079f09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ func (a *App) Storage(ctx context.Context) (*storage.Client, error) {
7878
return storage.NewClient(ctx, conf)
7979
}
8080

81-
// Firestore returns a new instance of firestore.Client from the cloud.google.com/go package.
81+
// Firestore returns a new firestore.Client instance from the https://godoc.org/cloud.google.com/go/firestore
82+
// package.
8283
func (a *App) Firestore(ctx context.Context) (*firestore.Client, error) {
8384
if a.projectID == "" {
8485
return nil, errors.New("project id is required to access Firestore")

0 commit comments

Comments
 (0)