-
I have a collection of `exposures`. Each `exposure` has:
```
coordinates: GeoPoint;
radius: number; // km
```
Meaning, each exposure has its own coordinate and radius. This is, in fact, the o…
-
React Navigation 4
`"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"@react-native-community/datetimepicker": "3.0.0",…
-
Hi, I am using firestore to database and I have this model:
```ts
// Products
{
createdBy: "userId",
...
}
```
```ts
// Users
{
id: 123,
latitude: "2.87",
longitude: "3.44"
…
-
I am using geofirestore in my project, with react native and firebase firestore for geospatial queries but I cannot paginate the data when using geohash. I have seen this library and I don't know if I…
-
Having multiple 'inequality filters' on multiple properties isn't possible in Cloud Firestore. Therefore doing a query like bellow is not possible because GeoFirestore already does a filter on `g`.
`…
-
### [REQUIRED] Describe your environment
- Operating System Version: Windows 10
- Browser version: React Native
- Firebase library (`firebase`, `firebase-admin`, etc...) and version: firebase 7…
-
I have this issue when I'm trying to run the tests with this configuration:
jest.config.js
```javascript
module.exports = {
verbose: true,
preset: 'react-native-web'
}
```
babel.config…
-
- Operating System version: macOS
- Firebase library: "firebase-admin": "^8.10.0",
- GeoFirestore version: 4.1.0, previously 4.0.1
Hi, I've been having issues with fetching data with negative coo…
-
Hi @MichaelSolati you mentioned the max radius of 8587 KM in the issue posted before this one.
I just upgraded to v4 from v3 and was using
````
firebase
.firestore()
.collection(…
-
Hi ,
I have a subcollection created with geofirestore inside a normal firestore collection.
**Eg:**
**User(Collection) -> document -> Address(Geo Subcollection)**
I want to use **near** query …