Skip to content

Commit

Permalink
Add QueryDocumentSnapshot to the internal FirebaseNamespace (#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian committed Jan 9, 2020
1 parent 7058a53 commit 6ef51fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/firestore/index.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ declare module '@firebase/app-types' {
Firestore: typeof types.FirebaseFirestore;
GeoPoint: typeof types.GeoPoint;
Query: typeof types.Query;
QueryDocumentSnapshot: typeof types.QueryDocumentSnapshot;
QuerySnapshot: typeof types.QuerySnapshot;
Timestamp: typeof types.Timestamp;
Transaction: typeof types.Transaction;
Expand Down
1 change: 1 addition & 0 deletions packages/firestore/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ declare module '@firebase/app-types' {
Firestore: typeof types.FirebaseFirestore;
GeoPoint: typeof types.GeoPoint;
Query: typeof types.Query;
QueryDocumentSnapshot: typeof types.QueryDocumentSnapshot;
QuerySnapshot: typeof types.QuerySnapshot;
Timestamp: typeof types.Timestamp;
Transaction: typeof types.Transaction;
Expand Down

0 comments on commit 6ef51fe

Please sign in to comment.