在Swift Firebase查询中排除数据和查询数据部分的最佳方法是什么?

时间:2016-03-06 23:11:36

标签: database swift firebase

我正在从Firebase查询用户,并希望了解查询除当前tastToEdit = (Task)i.getSerializableExtra("task"); 之外的所有用户的最佳方法。在解析它这样读......

ref.authData.uid

此外,是否存在类似于Parse的containsString?

的Firebase查询类型

1 个答案:

答案 0 :(得分:3)

无法仅从Firebase中检索匹配特定条件的项目。您必须检索所有项目并排除客户端的违规项目。另请参阅is it possible query data that are not equal to the specified condition?

Firebase查询也没有包含运算符。之前已经多次介绍过这个问题,例如:Firebase query - Find item with child that contains string