Skip to content

Commit 2b9bceb

Browse files
pufsamtstern
andauthored
Update README.md (#211)
Co-authored-by: Sam Stern <[email protected]>
1 parent e8d0201 commit 2b9bceb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ only the data near certain locations, keeping your applications light and respon
1111
extremely large datasets.
1212

1313
GeoFire is designed as a lightweight add-on to Firebase. To keep things simple, GeoFire stores data
14-
in its own format and its own location within your Firebase database. This allows your existing data
14+
in its own format and its own location within your Firebase Realtime Database. This allows your existing data
1515
format and Security Rules to remain unchanged while still providing you with an easy solution for geo
1616
queries.
1717

18+
If you're looking to use this library with **Cloud Firestore**, see the documentation on
19+
[implementing geoqueries on Firestore](https://firebase.google.com/docs/firestore/solutions/geoqueries).
20+
21+
GeoFire is designed as a lightweight add-on to Firebase. To keep things simple, GeoFire stores data
22+
1823
A compatible GeoFire client is also available for [Objective-C](https://github.com/firebase/geofire-objc)
1924
and [Java](https://github.com/firebase/geofire-java).
2025

0 commit comments

Comments
 (0)