-
Notifications
You must be signed in to change notification settings - Fork 927
[bundle-size][database] Refine bundle definition #5772
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
Conversation
|
@@ -151,7 +151,8 @@ | |||
"ref", | |||
"onChildAdded", | |||
"onChildChanged", | |||
"onChildRemoved" | |||
"onChildRemoved", | |||
"off" |
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.
Would it make sense to add another definition that just uses getDatabase+ref+onValue+off? off
is probably not used by most users, so I don't want to make it the default.
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. Made it a separate test case now.
p.s. I had to force push the new change which is rebased onto a more recent commit on master
branch. This is to let the diff report to pick the right comparison target commit. See here for more detail.
384f663
to
f60db90
Compare
No description provided.