cedvdb

Results 85 issues of cedvdb

fixes https://github.com/atn832/fake_cloud_firestore/issues/217 should merge https://github.com/atn832/fake_cloud_firestore/pull/215 https://github.com/atn832/fake_cloud_firestore/pull/216 prior to this

fix https://github.com/atn832/fake_cloud_firestore/issues/219, merge other PR made by me this weekend as this one builds on those

you cannot stream a query snapshot and create an item on that collection at the same time.

updating a nested maps merges the map instead of replacing it like firestore does

In my test, when using a batch, I'm having an error when watching the collection at the same time: ``` Null check operator used on a null value package:fake_cloud_firestore/src/mock_document_snapshot.dart 63:33...

On the vanilla google cluster API when you click on a cluster the map will zoom in until some of the points are markers (stand by themselves). https://developers.google.com/maps/documentation/javascript/marker-clustering It has...

setMapId should check if mounted. The below code from the lib can create error in some edge scenarios. ```dart void setMapId(int mapId, {bool withUpdate = true}) async { _mapId =...

Flutter sound onProgress stream never completes. Looking at the source, it seem to have been intended this way. However I believe semantically speaking it should complete. It would allow things...

maybe bug
Not yet handled

Firebase official documentation says the following : > In your debug build, configure App Check to use the debug provider factory: [code snippet] Flutter fire documentation says the following >...

type: documentation
good first issue
plugin: app_check