pub fn query(
reference: DatabaseReference,
constraints: impl IntoIterator<Item = QueryConstraint>,
) -> DatabaseResult<DatabaseQuery>Expand description
Creates a derived query by applying the provided constraints, following the
semantics of query() in packages/database/src/api/Reference_impl.ts.