Skip to content

Commit

Permalink
fix(firestore): allow up to 30 Filter queries within Filter.or() & …
Browse files Browse the repository at this point in the history
…`Filter.and()` (#11140)
  • Loading branch information
russellwheatley committed Jul 11, 2023
1 parent 43e5b20 commit e1f0064
Show file tree
Hide file tree
Showing 3 changed files with 612 additions and 2 deletions.
Expand Up @@ -29,6 +29,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}

0 comments on commit e1f0064

Please sign in to comment.