firebase-android-sdk icon indicating copy to clipboard operation
firebase-android-sdk copied to clipboard

Firebase Android SDK

Results 413 firebase-android-sdk issues
Sort by recently updated
recently updated
newest added

### Problem ``` java.lang.NullPointerException: Attempt to invoke interface method 'void java.lang.Thread$UncaughtExceptionHandler.uncaughtException(java.lang.Thread, java.lang.Throwable)' on a null object reference at com.google.firebase.crashlytics.internal.common.CrashlyticsUncaughtExceptionHandler.uncaughtException(CrashlyticsUncaughtExceptionHandler.java:62) at com.example.CompositeUncaughtExceptionHandler.uncaughtException(CompositeUncaughtExceptionHandler.kt:37) at org.chromium.base.JavaExceptionReporter.uncaughtException(chromium-TrichromeWebViewGoogle6432.aab-stable-636718033:27) at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1071) at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1066) at java.lang.Thread.dispatchUncaughtException(Thread.java:2306) ```...

size/XS

…firebase-sessions` as well as `firebase-crashlytics`

size/L

This PR fixes #5404. I deliberately did not add the `OkHttpClient` instance to the `getInstance` factory methods because this would mean four additional variants of `getInstance`. I believe setting the...

size/M

testing

size/XS

Auto-generated PR for cleaning up release testpostrelease

size/S

ImmtuableList is a class used by firebase-crashlytics for internal optimizations. As such, it should be treated as a default (package-private) operator. ImmutableList also [exists](https://github.com/Kotlin/kotlinx.collections.immutable/blob/d7b83a13fed459c032dab1b4665eda20a04c740f/core/commonMain/src/ImmutableList.kt#L20) in kotlinx.collections.immutable, which is confusing enough...

size/XS

- name: Setup Go environment uses: actions/[email protected] with: # The Go version to download (if necessary) and use. Supports semver spec and ranges. go-version: # optional # Path to the...

size/XXL