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.
[added] Query API accepts DocumentSnapshots for startAt(), startAfter(), endAt() and endBefore() (#100)
[changed] DocumentSnapshot.data() returns undefined for non-existing Documents. Added QueryDocumentSnapshot type that always returns document data for use in the Query API.
(#95 ).
[fixed] Allow patch releases of GRPC dependency which reduces the size of node_modules (#92, #96).
[changed] Improved error messages for .doc() and .collection() when called with invalid paths (#90)