fun <T : Any> QuerySnapshot.toObjects(): List<T>fun <T : Any> QuerySnapshot.toObjects(serverTimestampBehavior: ServerTimestampBehavior): List<T>
Returns the contents of the documents in the QuerySnapshot, converted to the provided class, as a list. |