Skip to content

Commit 15f0b87

Browse files
committed
fix: issue with dup rxjs import
1 parent f0cb435 commit 15f0b87

6 files changed

Lines changed: 715 additions & 2674 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const geo = geofirex.init(firebase);
2626

2727
#### Write Geo Data
2828

29-
First, you'll need to add some geolocation data in your database. A `collection` creates a reference to Firestore (just like the SDK), but with some extra geoquery features. The `geohash` method returns a class that helps you create geolocation data.
29+
First, you'll need to add some geolocation data in your database. A `collection` creates a reference to Firestore (just like the SDK), but with some extra geoquery features. The `point` method returns a class that helps you create geolocation data.
3030

3131
```ts
3232
const cities = geo.collection('cities');

0 commit comments

Comments
 (0)