Commits
Francisco Ignácio Fontoura Solla authored and GitHub committed f81e08ee2c1
feat(firestore, types): support Generic Types (#3810) * 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>