-
Notifications
You must be signed in to change notification settings - Fork 927
Change FirestoreError to extend FirebaseError #5831
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
🦋 Changeset detectedLatest commit: 30a30b8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 28 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 |
Binary Size ReportAffected SDKs
Test Logs |
…e-js-sdk into mrschmidt/firebaseerror
…e-js-sdk into mrschmidt/firebaseerror
@@ -15,6 +14,9 @@ import { FirebaseError } from '@firebase/util'; | |||
* See the License for the specific language governing permissions and | |||
* limitations under the License. | |||
*/ | |||
|
|||
import { FirebaseError } from '@firebase/util'; |
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.
Did the placement of this affect the build?
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.
No, I just cleaned it up.
This changes FirestoreError to extend FirebaseError and updates the "Prune DTS" script to not remove this change again.
As part of this, I added a new test to "Prune DTS" and added a test runner for IntelliJ/WebStorm.
Fixes #5754