atn

Results 66 comments of atn

It is not a good idea to chain PRs for unrelated issues. Since this PR includes code from the previous PRs, one can't easily distinguish which code is relevant to...

Published the fix to https://pub.dev/packages/fake_cloud_firestore/changelog#124.

It's probably a bug! Feel free to make a PR with unit tests and I'll review it.

Good catch! Probably not, we haven't touched collectionGroups in a long time. If you contribute a PR and I'll gladly review it.

Oh that's strange. The official doc says: > Updates data on the document. Data will be merged with any existing document data. > If no document exists yet, the update...

I recently fixed a related issue where queries didn't work well with Converters (#183). Would you mind trying with the latest version (https://pub.dev/packages/fake_cloud_firestore/changelog#113), and see if it works?

What version of Flutter/Dart are you using? We have a unit test for that and it passes fine: https://github.com/atn832/fake_cloud_firestore/blob/5f09ce4ce4c963926790ed6f0a6231c7f4be0ee6/test/mock_query_test.dart#L224-L240 You can also try the equivalent, but slightly more readable: ```dart...

It's a great idea! Regarding the scope, it's indeed a bit fuzzy. If we build this, we could think of it as the fake behaving like the real Firestore for...

Even after migrating to AndroidX and upgrading Gradle, it still won't compile. This time it's: > cloud_firestore_mocks/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java:4: error: package io.flutter.plugins.firebase.cloudfirestore does not exist import io.flutter.plugins.firebase.cloudfirestore.CloudFirestorePlugin; It looks like android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java is...

I don't know of anyone working on it so far, but I will gladly review a PR if someone is willing to write it.