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
11
11
extremely large datasets.
12
12
13
13
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
15
15
format and Security Rules to remain unchanged while still providing you with an easy solution for geo
16
16
queries.
17
17
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
+
18
23
A compatible GeoFire client is also available for [ Objective-C] ( https://github.com/firebase/geofire-objc )
19
24
and [ Java] ( https://github.com/firebase/geofire-java ) .
20
25
You can’t perform that action at this time.
0 commit comments