-
Notifications
You must be signed in to change notification settings - Fork 897
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
Allow undefined callbacks in Storage Observer #3224
Conversation
Note: This requires our users to be on TypeScript 2.1, which might be an existing requirement, but I don't see any other usage of Required, Partial or Optional. |
@hsubox76 Do you have time to take a look? |
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.
Sorry I missed this.
🦋 Changeset is good to goLatest commit: fac6281 We got this. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Matches both the documentation as well as the internal type: https://github.com/firebase/firebase-js-sdk/blob/master/packages/storage/src/implementation/observer.ts#L25
Fixes #3158