-
Is there a Rx library for Geofire?
I'd like to be able to concurrently listen to my firebase data and my geofire locations. Would wrapping Geofire in Rx help or is there an alternative?
-
I am unable to install the latest SDK due to dependency requirements of GeoFire. Here's the error message produced when attempting to install with CocoaPods.
```bash
[!] Unable to satisfy the foll…
-
Here is the stacktrace:
```
FATAL EXCEPTION: main
Process: com.example, PID: 9308
java.lang.NoSuchMethodError: No virtual method zztU()Lcom/google/android/gms/dynamic/LifecycleDelegate; in class …
-
I am using code like this in react native and its working fine
this.geoRef = geoQuery.on('key_entered', async (uid, location, distance) => {
console.log(uid + ' at ' + location + ' is ' + d…
-
**I'm submitting a ...** (check one with "x")
[X ] question
[ ] any problem or bug report
[ ] feature request
**The plugin version:** (check one with "x")
[ X] **2.0-beta3 (github)**
[ ] **…
-
I have a Source Class that stores GeoLocation
```
import com.firebase.geofire.GeoLocation;
import com.github.slugify.Slugify;
/**
* Created by Alex Patterson on 6/2/17.
*/
public class …
-
_Platform:_
- [ ] iOS
- [x] Android
Output of `npm ls --prod --depth=0`
```
$ npm ls --prod --depth=0
app@0.0.1 E:\Sites\Skytango\app
+-- UNMET PEER DEPENDENCY firebase@4.3.0
+-- geofire…
-
Hi all,
After installing geofire-js with npm and trying to import it in my angular2 (RC5) project, I get the following tsc transpile error:
`import { GeoFire } from "geofire";`
However I can see th…
-
I have tried asking this on SO as well as other places and noone seems to be able to answer so apologies for asking a technical question here... Is there anyway to supply an array of id's to AngularFi…
-
I followed the latest version of this tutorial to make my own type of app based on this tutorial. The app does run with `ionic serve` command. However, when I try to run in a device, it throws the fol…