Skip to content

Commit

Permalink
feat(firestore, types): support Generic Types (#3810)
Browse files Browse the repository at this point in the history
* Updates Firestore Types to Generic Types

Updates firestore types to generic types, as is in the firestore web SDK.
Allows to define specific document data types ensuring type safe operations with collections and documents, plus the convenience of automatic auto-complete from type defined document data.

* Update packages/firestore/lib/index.d.ts

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
Co-authored-by: Mike Hardy <github@mikehardy.net>
  • Loading branch information
3 people authored Sep 4, 2020
1 parent c9728f0 commit f81e08e
Showing 1 changed file with 86 additions and 64 deletions.
Loading

1 comment on commit f81e08e

@vercel
Copy link

@vercel vercel bot commented on f81e08e Sep 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.