Flutterfire: [cloud_firestore] Support `in` queries

Created on 7 Nov 2019  路  4Comments  路  Source: FirebaseExtended/flutterfire

in queries were recently added to Cloud Firestore, i.e. the native client libraries support this feature and the Flutter plugin should support it as well.

enhancement

Most helpful comment

Thanks for sending this Feature Request @creativecreatorormaybenot

Even though this has been released on the iOS SDK, the Android SDK does not support it yet.

I'm currently working on a PR that will support in and array_contains_any queries on FlutterFire. I'll send it as soon as it's released on the Android SDK.

All 4 comments

Thanks for sending this Feature Request @creativecreatorormaybenot

Even though this has been released on the iOS SDK, the Android SDK does not support it yet.

I'm currently working on a PR that will support in and array_contains_any queries on FlutterFire. I'll send it as soon as it's released on the Android SDK.

Thanks folks. Looking forward for this feature to be available in Flutter Firestore plugin.

Docs say it is available in both iOS and Android SDKs. Would be great to see this feature on Flutter too.

fixed in #1477

Was this page helpful?
0 / 5 - 0 ratings