Firestore- Flutter array contains

后端 未结 3 2047
温柔的废话
温柔的废话 2020-12-12 03:25

I saw this and JavaScript supports \'array-contains\' but what about flutter? Is there any way to query array that contains? Or flutter not support this?

3条回答
  •  北荒
    北荒 (楼主)
    2020-12-12 03:47

    Today I discover that they add array-contains to the plugin in version 0.8.0:

    https://github.com/flutter/plugins/blob/master/packages/cloud_firestore/CHANGELOG.md

    For iOS you should update the pod with pod update Firebase/Firestore

提交回复
热议问题