-
Hi,
thanks for this awesome library. While working with the new version I realized the results of the query
`GeoQuery geoQuery = geoFire.queryAtLocation(new GeoLocation(37.7832, -122.4056), 10);` ar…
-
## Issue
**I am trying to use 'react-native-firebase' with the ['geofire'](https://github.com/firebase/geofire-js) library as follows:**
```
import database, {firebase} from…
-
I'm trying to make an Android application that uses Firebase. To save the location I do the following:
` geoFire.setLocation(documentReference.getId(), new GeoLocation(latitude, longitude));
`
…
-
Sorry for posting a question as issue, but I couldn't see a better way to ask questions about this repo.
First of all, I was wondering why this repository doesn't rely on GeoKit to encode/decode th…
-
This is the Plog Log on the Local screen.
By default, it should show the 5 most recent, closest plogs, then infinite scroll into 5 more, etc. Blank slate will show if there is no other plogs within …
-
I expect the following code to fire the attached listener:
```
mapQuery.addGeoQueryEventListener(newMapQueryListener);
...
mMap.setOnCameraChangeListener(new GoogleMap.OnCameraChangeListener() {
…
-
PID: 5980 java.lang.NoSuchMethodError: No virtual method setValue(Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/firebase/tasks/Task; in class Lcom/google/firebase/database/DatabaseReference; or…
-
Let's say I have 100,000 locations saved in the DB. And I make a radius query which returns 5 locations. Will I be charged for 100,000 document reads or 5? In the background do we download the unused …
-
`const trackedResources = [{ name: 'users', isPublic: true }];`
// to run this demo locally, please feel free to disable authProvider to bypass login page
`const dataProvider = base64Uploader…
Yingi updated
4 years ago
-
Let's say I have 100,000 locations saved in the DB. And I make a radius query which returns 5 locations. Will I be charged for 100,000 document reads or 5? In the background do we download the unused …