whereEqualTo

fun whereEqualTo(key: String, value: Any)

Set the conditions to search the data that matches the value of the specified key. NOTICE that if this search condition is set, you can not set other search condition for this key. OR if this search condition is set last, other set search condition for same key will be overwrite.

Parameters

key

field name to set the conditions

value

condition value