-
Notifications
You must be signed in to change notification settings - Fork 946
Add Firestore Lite API #3100
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
Add Firestore Lite API #3100
Conversation
4da7b48
to
7bac0b4
Compare
Binary Size ReportAffected SDKsNo changes between base commit (babdcfd) and head commit (30ff10f). 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.
How are our typings organized between our own folder and the rest of firebase? Do we have one file for a single product or do we ever subdivide them into individual ones (e.g. document.d.ts, transactions.d.ts, etc.). Otherwise it looks good.
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.
Every product has their own typings file (in a separate package). See https://github.com/firebase/firebase-js-sdk/blob/master/packages/firestore-types/index.d.ts
I plan to move the typings to firestore-types
once development is mostly done as this complicates API changes.
We use one single file for all types that make up an SDK. Thanks for checking!
@rafikhan It sounds like you are satisfied with this. If so, can you approve? I can then start on some follow up work. Thanks! |
LGTM |
This adds the API for the Lite SDK as approved in go/firestore-next