-
Notifications
You must be signed in to change notification settings - Fork 940
Make initializePerformance() idempotent #5278
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
|
Size Analysis ReportAffected Products |
4ac6af9
to
a953a53
Compare
const fakeFirebaseApp = ({ | ||
options: fakeFirebaseConfig | ||
} as unknown) as firebase.FirebaseApp; | ||
// const fakeFirebaseApp = ({ |
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.
remove?
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.
Removed.
2009922
to
82cf681
Compare
Making all product initialize() functions idempotent.
See #5272