我正在从Firebase查询用户,并希望了解查询除当前tastToEdit = (Task)i.getSerializableExtra("task");
之外的所有用户的最佳方法。在解析它这样读......
ref.authData.uid
此外,是否存在类似于Parse的containsString?
的Firebase查询类型答案 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