使用以下文档,您将如何逃避where查询?
/posts/abc
users: [map]
abc.def: 4
firestore().collection('posts').where('users.abc.def' , '>' , 0)
有没有办法逃脱.?
谢谢
使用以下文档,您将如何逃避where查询?
/posts/abc
users: [map]
abc.def: 4
firestore().collection('posts').where('users.abc.def' , '>' , 0)
有没有办法逃脱.?
谢谢