sentd94
sentd94
### Discussed in https://github.com/firebase/flutterfire/discussions/9260 Originally posted by **sentd94** July 29, 2022 When listening to realtime updates of a collection, no errors / exceptions are emitted to the stream (for example...
This already used to be a feature in a previous version of the Firebase Emulator Suite but is gone in the current version. When applying a filter by field to...
[Bug]: Stream emitting same values after app being in background on device Xiaomi Mi MIX 2 (Android)
### Platform Android 9 ### Plugin sensors_plus ### Version 1.3.4+1 ### Flutter SDK 32 ### Steps to reproduce Note: I could not reproduce this on an Emulator device. I also...
```js GeoFireClient.prototype.point = function (latitude, longitude) { return { geopoint: new this.app.firestore.GeoPoint(latitude, longitude), geohash: encode(latitude, longitude, 9) }; }; ``` `this.app.firestore.GeoPoint` is not a constructor in the latest version. This...
**Describe the bug** The @visibleForTesting annotation does not propagate to generated Riverpod providers, which prevents limiting the visibility of certain providers for testing purposes **To Reproduce** - Define a provider...