You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-32Lines changed: 32 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,45 +57,45 @@ query.subscribe(console.log);
57
57
58
58
## API
59
59
60
-
Better docs soon...
60
+
Better docs soon, code is well-documented via typings...
61
61
62
-
### `init(app: FirebaseApp)`
62
+
### `collection(path: string, query? QueryFn)`
63
63
64
-
Initializes the GeoFireClient
64
+
Creates reference to a Firestore collection that can be used to make geo-queries and perform writes If you pass an optional Firestore query function, all subsequent geo-queries will be limited to this subset of documents
Creates reference to a Firestore collection that can be used to make geo-queries and perform writes If you pass a query, any subsequent geo-queries will be limited to this subset of documents
0 commit comments