Firestore- Flutter array contains

后端 未结 3 2044
温柔的废话
温柔的废话 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:56

    Best thing to do right now is to use a firebase cloud functions to achieve whatever isnt yet available for the flutter firestore library. Thats what i intend to do when its time to refactor.

提交回复
热议问题