-
Notifications
You must be signed in to change notification settings - Fork 904
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
[bundle-size][firestore] Refine bundle definition #5773
Conversation
|
acfd4cf
to
0cc2c56
Compare
Binary Size ReportAffected SDKs
Test Logs |
97e851f
to
31cd43e
Compare
"getFirestore", | ||
"collection", | ||
"doc", | ||
"getDoc", |
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.
getDocs?
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.
Done.
"getFirestore", | ||
"collection", | ||
"doc", | ||
"getDoc", |
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.
getDocs
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.
Done.
"collection", | ||
"onSnapshot", | ||
"where", | ||
"query", | ||
"enableNetwork", | ||
"disableNetwork" |
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.
I think we should remove all those - they are tested elsewhere.
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.
Done.
2ce28e7
to
0ce9ed4
Compare
"path": "firestore", | ||
"imports": [ | ||
"getFirestore", | ||
"enableIndexedDbPersistence" |
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.
Can you use enableMultiTabIndexedDbPersistence
? That might provide more interesting data as it pulls in even more components.
No description provided.