You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking Changes
(#433) Added validation that at least one argument is provided for Query.startAt(), Query.startAfter(), Query.endAt() and Query.endAfter() (#433)
(#443) Changed getAll() to require at least one argument.
Features
(#443) Added support for Firestore.getAll() and Transaction.getAll() to only return a subset of fields. A {fieldMask: [...]} option can now be passed as the last argument.