-
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
delete services that implement the new FirebaseService interface #3601
Conversation
🦋 Changeset is good to goLatest commit: a31a37e We got this. This PR includes changesets to release 21 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 |
…@firebase/component correctly
b897751
to
7eebd5f
Compare
Changeset File Check
|
@@ -1,4 +1,4 @@ | |||
"use strict"; | |||
'use strict'; |
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 know this is a pain, but I am trying not to run these generated sources through formatting to make it obvious that they are generated.
68150e4
to
1684f17
Compare
Size Analysis ReportAffected Products
|
Type | Base (57739ae) | Head (416d03e) | Diff |
---|---|---|---|
size_with_ext_deps | 8.94 kB | 9.00 kB | +55 B (+0.6%) |
@firebase/functions-exp
-
getFunctions
Size
Type Base (57739ae) Head (416d03e) Diff size 1.83 kB 1.83 kB +1 B (+0.1%) size_with_ext_deps 5.66 kB 5.66 kB +1 B (+0.0%) -
httpsCallable
Size
Type Base (57739ae) Head (416d03e) Diff size 5.20 kB 5.20 kB +1 B (+0.0%) size_with_ext_deps 9.73 kB 9.74 kB +1 B (+0.0%) -
useFunctionsEmulator
Size
Type Base (57739ae) Head (416d03e) Diff size 1.80 kB 1.80 kB +1 B (+0.1%) size_with_ext_deps 5.59 kB 5.59 kB +1 B (+0.0%)
Replaces #3454 which for some reason keeps failing CI test.