geofire Questions

1

I am trying to create an app that will allow users to rent a car nearest to them. I want to build a cardView with a textView and imageView once i find the nearest car, I created the method buildCar...
Forsooth asked 29/11, 2022 at 1:40

3

Solved

I am storing location data via GeoFire in my database, here is the structure: geofire -Ke1uhoT3gpHR_VsehIv -Kdrel2Z_xWI280XNfGg -g: "dr5regw90s" -l -0: 40.7127837 -1: -74.00594130000002 It...
Furor asked 5/3, 2017 at 12:20

3

I need a solution that makes a Firebase DB API call for multiple items based on keys and returns the data (children) of those keys (in one response). Since I don't need data to come real-time, som...
Hazelwood asked 20/9, 2016 at 18:49

2

I'm using GeoFlutterFire, a plugin for Flutter which sifts a collection for records that are near a specified GeoFirePoint. A distance key is supposed to be returned with the Firestore <Document...
Misadventure asked 14/4, 2020 at 19:52

4

I am developing an taxi application in android. I need to store retrieve and update location of my cabs and show it on maps using geofire. I have used firebase for authentication. Need a complete ...

2

Solved

I have an NSArray containing multiple ids. Is there a way in Firebase where I can get all the object with the ids in the array? I am building a restaurant rating app which uses GeoFire to retrieve...
Puryear asked 10/4, 2017 at 12:30

4

I am trying to learn geofire I try to implement the SFVehicle app but it is showing error can you please help this is the crucial part of my project public class MapsActivity extends FragmentActiv...

1

My Firestore is still retrieving documents from cache even though I've explicitly told it not to: class MainActivity : AppCompatActivity() { val db = FirebaseFirestore.getInstance() override f...

2

I recently updated to the new Firebase 3 but unfortunately as far as I can tell it doesn't support Geofire queries at the moment which is important in my app, I've rolled everything else in my appl...
Lighter asked 19/5, 2016 at 22:47

0

Issue: Angular Universal (ssr) not work for pages that use Firebase Firestore database. Tech: Angular version 7, Angular Cli, Angular Universal, Firebase hosting, Firebase Functions, Firebase Fire...

1

Tech: I'm using Angular 7, Firestore, GeoFireX. Outcome I want: I want to add .where queries if that query is required by the users. For example below I have four .wheres. I might only need two so...

6

Solved

GeoFire is tightly coupled to the Realtime Database, while geo-queries are a common functional dependency of many apps that are looking to migrate to Firestore. Is there any way to replicate the ha...

7

Solved

I am working with Geofire and Firebase on Angular 6 to store locations and unfortunately it's storing a lot of duplicates this is an example (console logging my variable currentHits): 0: {lo...
Wolcott asked 24/9, 2018 at 13:25

3

Solved

How can I get the all locations that are near to a passed GeoLocation(double lat, double lng) using Geo Queries. I have the following code (and it happens nothing): public void setCurrentLatLng(do...
Barfuss asked 9/9, 2018 at 23:28

1

I'll be honest my knowledge of Terminal is little to none. I normally just run pod install and they work, however, I have the below error on installing the pod 'Geofirestore' I am getting the dire...
Mattson asked 21/7, 2018 at 9:33

1

Solved

With this code, I am getting only one value from Geolocs just key and location, not a nearby location.What is wrong with it var geoFireRef: DatabaseReference? var geoFire: GeoFire? var myQuery:...
Abbotson asked 29/7, 2018 at 2:1

4

I'm developing an app and saving some strings like postedAtTime, postedBy, postedOnDate in Firebase database. I want to save the GeoFire coordinates in the same node in which all the above string a...
Grassofparnassus asked 13/7, 2016 at 0:43

1

Solved

I am trying to create a geofence with background service for monitor. The geofence create successfully and work when apps Activity is open but when close the app geofence not work. What should I do...
Presbyterate asked 12/5, 2018 at 13:31

0

The database structure for a Firebase "GeoFire" node must look like this (source) "items" : { <itemId> : { "someData" : "someData", ... } }, "items_location" : { <itemId> : { &lt...
Tiernan asked 20/3, 2018 at 8:23

1

Solved

I'm working on an app using Firebase and Geofire. On running the Geo query at the current location, let's say I receive 10 keys in the OnKeyEntered override method. Each of these keys is essentiall...
Romansh asked 16/1, 2018 at 17:51

2

I want to populate my recycler view so that, I can see who are the people/places nearby. I am using GeoFire to Query my database, which looks something like this. GeoQuery geoQuery = geoFire.quer...

3

I am using Firebase Database in a Rideshare app and I am trying to dump the code in a device and it shows me File not found an exception where the Jackson data bind library files are not being inte...
Mccool asked 3/1, 2017 at 9:17

1

I'm having a difficult time understanding how GeoFire queries nearby locations; I'm building a geo-based app that will fetch nearby locations based on the users location. My data is structured as ...
Shin asked 4/3, 2017 at 21:25

1

So, I have an Android app that lets users view posts within a certain radius of their current location. I am storing the posts using firebase, but I couldn't find a way to query for posts within a ...
Wyn asked 24/11, 2015 at 4:55

2

Solved

I'm pretty desperate right now because I'm trying to use GeoFire on my Firebase Database to find nearby users. I'm pretty much stuck for two days now. I searched Google and stackoverflow a lot and ...
Shimberg asked 15/3, 2017 at 12:41

© 2022 - 2024 — McMap. All rights reserved.