-
It appears with the new version, 30 (I guess starting from 27).
It depends on the doc returned, if it contains array of maps or other particular nested structure, it crashes.
With a "standard" doc, …
-
According to this thread https://stackoverflow.com/questions/46630507/how-to-run-a-geo-nearby-query-with-firestore geohashes must be used in firestore in order to do correct geo-queries.
You're com…
-
I have a prototype with expo and firebase firestore, everything works perfectly in the android emulator and in the physical device with the expo client, however when I compile the application and get …
-
hii all
im using geofirestore and in my usege i try to add new document to my DB.
i do it as mention in the examples with the add functonality and in the data object i want to add an array with poin…
-
Hi, I'm developing a `flutter` project with BLoC architecture. To re-use the business logic I split my project in three components.
- `bloc` : pure `dart library`, this has all the business logic in…
-
Saat ini background service masih diriset dan nampaknya masih ada kendala. https://github.com/jabardigitalservice/pikobar-flutter/issues/185
Meanwhile sampai OK, kita sediakan fitur manual Checkin …
-
I have spent the a good few hours trying to figure out why I couldn't have .near and .where to work together, the error message I get is
`[Unhandled promise rejection: FirebaseError: Invalid query…
-
Consider the following code that extends `GeoPoint` to add a translation method `toGeoFirePoint`:
```dart
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:geoflutterfire/geofl…
-
-
I am using build_value lib is version '>=5.5.5 _$userSerializer;
String get userID;
String get email;
bool get acceptTerms;
BuiltList get lessonsReference;
@nullable
Built…