-
- get user location
- then search poi based search to filter near
1. should this be a core-app capability ? or we should just use a search based capability instead of default location based filte…
-
Hello! I'm using GeoFire (2.0.0) in the Swift project, after today's update pods when the project is going to Xcode shows clang: error: linker command failed with exit code 1 (use -v to see invocation…
-
**Link to project (GitHub)**: https://github.com/geofirestore/geofirestore-js
**Describe the project in 2-3 sentences**: GeoFirestore is an open-source library that extends the Firestore library in…
-
Hi,
I'm trying to write a GeoFire wrapper for Flutter. So I tried adding geofire in my podspec file but I'm getting conflicts. This is what my podspec file looks like:
```
#
# To learn more about …
-
Hi all,
I'm currently using
`"native-base": "^2.2.1"` and
` "react-native": "^0.44.3"` and I get an error saying
`Unable to resolve module react-native/Libraries/Renderer/shims/ReactNativeP…
-
When trying to set the setLocation on the GeoFire object runs into following issue at run time
```
No virtual method setValue(Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/firebase/tasks/Task; …
-
I'm not getting any results returned for a circle query and not sure what I'm doing wrong. Can anyone help? I'm receiving the "ready" block but not receiving any "keyEntered" data.
I need to get a…
-
Firebase Version: 4.10.1
GeoFire Version: 2.0.1
As the title suggests, I am not seeing a key being removed from the realtime database when running the remove geofire query although the code execut…
ccynn updated
5 years ago
-
It would be incredible if there was a simple way to map from a geofire query result to a FirebaseDatabase query so that the FirebaseTableViewDataSource could populate. I think it would be great (becau…
-
I am facing the very irritating issue, self.geoFire.removeKey is not working.
some guy mentioned workaround to overcome this issue which is following,
` let collectionRef = Database.database().…