-
Notifications
You must be signed in to change notification settings - Fork 948
Fireperf next #3800
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
base: main
Are you sure you want to change the base?
Fireperf next #3800
Conversation
…-shaking. (#3513) * Updating the FirebasePerformance Controller and index to support tree-shaking. * Updating error message styling * Moving index.ts to src/index.ts
…into fireperf-next
…in PerformanceController (#3566) * Updating the FirebasePerformance Controller and index to support tree-shaking. * Firebase Performance now registers itself onload to the Firebase App. * Removing side effects using SettingsService and storing dependencies in PerformanceController * Renaming all variables of PerformanceController to 'performanceController' * Moved util functions from settings_service to app_utils * Adding performance to the build under firebase-exp * Removing the namespaceExports when registering Performance * Renaming the init method to _init to indicate it's a private method * Removing FirebasePerformanceInternal and casting directly to PerformanceController to call the _init method
…-shaking. (#3513) * Updating the FirebasePerformance Controller and index to support tree-shaking. * Updating error message styling * Moving index.ts to src/index.ts
…in PerformanceController (#3566) * Updating the FirebasePerformance Controller and index to support tree-shaking. * Firebase Performance now registers itself onload to the Firebase App. * Removing side effects using SettingsService and storing dependencies in PerformanceController * Renaming all variables of PerformanceController to 'performanceController' * Moved util functions from settings_service to app_utils * Adding performance to the build under firebase-exp * Removing the namespaceExports when registering Performance * Renaming the init method to _init to indicate it's a private method * Removing FirebasePerformanceInternal and casting directly to PerformanceController to call the _init method
…js-sdk into fireperf-next
💥 No ChangesetLatest commit: 81d9fbf Merging this PR will not cause any packages to be released. If these changes should not cause updates to packages in this repo, this is fine 🙂 If these changes should be published to npm, you need to add a changeset. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Click here to learn what changesets are, and how to add one. Click here if you're a maintainer who wants to add a changeset to this PR |
Hey there! So you want to contribute to a Firebase SDK?
Before you file this pull request, please read these guidelines:
Discussion
If not, go file an issue about this before creating a pull request to discuss.
Testing
API Changes
us make Firebase APIs better, please propose your change in an issue so that we
can discuss it together.