-
Notifications
You must be signed in to change notification settings - Fork 934
Remove @firebase/app-types-exp #4461
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 File Check ✅
|
Binary Size ReportAffected SDKs
Test Logs |
Size Analysis ReportAffected Products |
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 the changeset warning means you have to remove it from
firebase-js-sdk/.changeset/config.json
Line 17 in c0a1f6b
"@firebase/app-types-exp", |
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.
LG, just need to fix database deps issue to address CI failure.
@@ -16,7 +16,7 @@ | |||
*/ | |||
|
|||
import { FirebaseApp } from '@firebase/app-types'; | |||
import { FirebaseApp as FirebaseAppExp } from '@firebase/app-types-exp'; | |||
import { FirebaseApp as FirebaseAppExp } from '@firebase/app-exp'; |
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 guess this should be added to database's deps (according to the failing check)
No description provided.