Commit e7f1b6f
committed
fix(firestore): ensure limit(0) is properly serialized in query requests
Previously, calling .limit(0) on a Firestore Query did not serialize
the zero value to the wire protocol, causing queries to be sent without
a limit constraint. This change explicitly includes limit(0) in the
query proto.
Fixes #73821 parent 682c5dd commit e7f1b6f
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1957 | 1957 | | |
1958 | 1958 | | |
1959 | 1959 | | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
| 1970 | + | |
| 1971 | + | |
| 1972 | + | |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
1960 | 1977 | | |
1961 | 1978 | | |
1962 | 1979 | | |
| |||
0 commit comments