-
**I'm submitting a ...** (check one with "x")
[ ] question
[x] any problem or bug report
[ ] feature request
**The plugin version:** (check one with "x")
[ ] **2.0-beta3 (github)**
[x] …
-
### Version info
**Firebase:**
3.9.0
**GeoFire:**
^4.1.2
**Other (e.g. Node, browser, operating system) (if applicable):**
Cordova CLI: 6.5.0
Ionic Framework Version: 3.3.0
Ionic C…
synga updated
7 years ago
-
We encountered a crash in our app and it looks like it is related with Instabug. So far it occurred only once.
Instabug version: 7.2.6
Device: iPhone 6s
iOS version: 10.2.1
```
Crash due to s…
-
**I'm submitting a ...** (check one with "x")
```
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit suppo…
-
I tried to use Native-base 2.2.1 with react-native 0.46.0, according to [2.2.1 release](https://github.com/GeekyAnts/NativeBase/releases/tag/v2.2.1)
But unfortunately when start the packager and ru…
-
This plugin causes webpack builds to fail because it cannot find the plugin. This can be resolved by removing the ".js" from the package name in package.json
Change "main": "nativescript-geofire.js…
kilka updated
7 years ago
-
My Geofire query only returns something if the radius is set to a seemingly arbitrary 1197 or above. Any less and nothing will be returned. When the data _is_ returned and I log the distances, they ar…
-
The following code works well with small radius search but when retrieving bigger radius, it does not work anymore. Any idea why?
```
getGeoQueryOffers(lat, long, radius) {
const geoFire = ne…
-
im my code I expect to get posts from my firebase database, but the onKeyEntered never called, to check if there is a problem in my code I wrote some toasts to check that, but I found that the onQuery…
-
```
The 'serviceAccount' property specified in the first argument to initializeApp() is deprecated and will be removed in the next major version. You should instead use the 'firebase-admin' package. …