-
Hi firebase team! We use Firebase as a backend for our service. It has a `PeopleViewController` that displays users within a radius of the current user. The radius can vary from 1 to 40 miles. Also th…
-
The project I inited before run normally. But the example cloned from react-native of github could not works. I followed the steps in README, and I find out one module require babel@5.8.29 when I run …
-
### Version info
**Firebase:**
"@angular/core": "^4.1.2"
**GeoFire:**
"geofire": "^4.1.2"
**Other (e.g. Node, browser, operating system) (if applicable):**
### Test case
### Steps t…
-
I use version 2.0.0 of the plugin.
On Android everything fine, but on iOS I get the following error after build successfull :
```
** ARCHIVE FAILED **
The following build commands failed:…
-
I'm using GeoFire and trying to fetch only 3 results that satisfy some conditions. This it my case and it doesn't stop observer. There are several thousands results and I get it all but I need only 3 …
-
I currently have my Firebase Database rules set up as so
```
{
"rules": {
"states": {
// Allow anyone to read the GeoFire index
".read": true,
// Index each location…
-
I've been having trouble with the GeoFire pod in several Xcode 8/Swift 3 projects.
Building these projects often gets me an Apple Mach-O Linker error (Framework not found GoogleToolboxForMac), and …
-
Hi,
i want use geofire-js with redux-saga but i have a problem with eventChannel.
This is my code:
```
import { take, call, put } from 'redux-saga/effects';
import { eventChannel } from 'redux-…
-
-
but it's very hard to understand your file structure. Are you using webpack or any other bundler?
It seems to me, that the `getaa.min.js` and `getaa.min.css` are compiled files but not only from th…