A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
where(filter:com.distriqt.extension.firebase.firestore:Filter) — method, interface com.distriqt.extension.firebase.firestore.Query
Creates and returns a new Query with the additional filter.
whereEqualTo(field:String, value:Object) — method, interface com.distriqt.extension.firebase.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be equal to the specified value.
whereGreaterThan(field:String, value:Object) — method, interface com.distriqt.extension.firebase.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be greater than the specified value.
whereGreaterThanOrEqualTo(field:String, value:Object) — method, interface com.distriqt.extension.firebase.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be greater than or equal to the specified value.
whereLessThan(field:String, value:Object) — method, interface com.distriqt.extension.firebase.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be less than the specified value.
whereLessThanOrEqualTo(field:String, value:Object) — method, interface com.distriqt.extension.firebase.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be less than or equal to the specified value.
WriteBatch — Interface, package com.distriqt.extension.firebase.firestore
WriteBatchEvent — class, package com.distriqt.extension.firebase.firestore.events
WriteBatchEvent(type:String, message:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.firebase.firestore.events.WriteBatchEvent
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z