-
Notifications
You must be signed in to change notification settings - Fork 624
Make Sessions resilient to the FirebaseApp instance being deleted #5238
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
Release note changesThe following had changelogs that were modified, but did not have any unreleased entries for release notes to generate from. Changelogsfirebase-sessions |
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected Products
Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Startup time comparison between the CI merge commit (c0f3017) and the base commit (8671998) are not available. No macrobenchmark data found for the base commit (8671998). Analysis for the CI merge commit (c0f3017) can be found at: |
firebase-perf/src/main/java/com/google/firebase/perf/FirebasePerformanceInitializer.java
Outdated
Show resolved
Hide resolved
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/FirebaseSessions.kt
Outdated
Show resolved
Hide resolved
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.
Thanks for making the change.
firebase-perf/src/main/java/com/google/firebase/perf/FirebasePerformanceInitializer.java
Outdated
Show resolved
Hide resolved
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/FirebaseSessions.kt
Outdated
Show resolved
Hide resolved
…rebase#5238) * Make Sessions resilient to the FirebaseApp instance being deleted * Remove listener when FirebaseApp deleted, and update log messages * Log as warning
No description provided.