-
How can I sort users by distance from the center
-
I updated firestore to version 18.0.0.
Now I am getting the following error:
java.lang.NoSuchMethodError: No virtual method set(Ljava/util/Map;Lcom/google/firebase/firestore/SetOptions;)Lcom/goo…
-
The following class gets flagged:
```java
@RestrictTo(LIBRARY) public final class Utils {
public static void raiseEvent(final GeoFire geoFire, final Runnable runnable) {
geoFire.raiseEvent…
-
Hi,
Firestore allows the period as a document title. Is there a particular reason why this isn't allowed?
Any way I can change it? (tried to search `validateKey` but couldn't find the method in …
-
Not sure why I'm getting this error, but here's my code:
```js
const eventsRef = firebase.firestore().collection("events");
const locationsRef = firebase.firestore().collection("locations");
const…
-
Am I missing something big here, I looked at the docs and there's nothing.
How are we suppose to store data with Firestore using this lib exactly?
-
{
"name": "IonicFirebaseAuth",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts…
-
According to this example code, you can perform the geo location based search.
```
const onKeyEnteredRegistration = geoQuery.on('key_entered', function(key, document, distance) {
console.log(key …
-
Hi,
I'm listening for documents with a fixed query that won't change. But when I remove a document that affects the query results, "ready" event gets fired before "key_exited".
Is that the righ…
-
I want to wrap your library in a google cloud function and return an array with the results to the client.
I do the following setup.
```
const geoQuery = geofire.query({
center: [p…