-
Notifications
You must be signed in to change notification settings - Fork 900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Converter explicit #4817
Make Converter explicit #4817
Conversation
|
Binary Size ReportAffected SDKs
Test Logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optional: include the changeset file.
We don't yet use Changesets for firebase@exp. Thanks for the review |
Fixes: #4812
The current API does not retain the type of CollectionReference and Query since T is not referenced within these classes.
We also want to expose a type property on FirebaseFirestore. This is similar to the type property of FirebaseDatabase@exp and helps TypeScript tell apart instances of Firestore, FirestorLite and RTDB.