File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,15 @@ only the data near certain locations, keeping your applications light and respon
1111extremely large datasets.
1212
1313GeoFire 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
1515format and Security Rules to remain unchanged while still providing you with an easy solution for geo
1616queries.
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+
1823A compatible GeoFire client is also available for [ Objective-C] ( https://github.com/firebase/geofire-objc )
1924and [ Java] ( https://github.com/firebase/geofire-java ) .
2025
You can’t perform that action at this time.
0 commit comments