Fatal Exception: java.lang.RuntimeException: Uncaught exception in Firebase Database runloop (20.0.4).
See original GitHub issueEnvironment
- Android Studio version: 2020.3.1 patch4
- Firebase Component: Database
- Component version: 20.0.4
Describe the problem
The works fine on debug mode but when I generate the signed app for the play store, it crashes with a blow error
Relevant Code:
Fatal Exception: java.lang.RuntimeException: Uncaught exception in Firebase Database runloop (20.0.4). If you are not already on the latest version of the Firebase SDKs, try updating your dependencies. Should this problem persist, please file a report at https://github.com/firebase/firebase-android-sdk
at com.google.firebase.database.android.AndroidPlatform$1$1.run(AndroidPlatform.java:96)
at android.os.Handler.handleCallback(Handler.java:795)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:166)
at android.app.ActivityThread.main(ActivityThread.java:6861)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:450)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
Issue Analytics
- State:
- Created a year ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Uncaught exception in Firebase Database runloop (20.0.0)
On production, getting lot of java.lang.RuntimeException crashes logged on crashlytics / console. Crash: Non-fatal Exception: java.lang.
Read more >Uncaught exception in Firebase Database runloop (20.0.6)
I get the following error stack trace when trying to navigate to a screen that uses Firebase Realtime Database for the second time...
Read more >Firebase 9.0.2 Uncaught exception fatal exception
Fatal Exception : java.lang.RuntimeException: Uncaught exception in Firebase runloop (3.0.0). Please report to sup...@firebase.com.
Read more >DatabaseException | Firebase - Google
Dismiss Got it. class DatabaseException : RuntimeException ... From java.lang.Throwable ... Java is a registered trademark of Oracle and/or its affiliates.
Read more >App Stops working while using Firebase
E/RunLoop: Uncaught exception in Firebase Database runloop (3.0.0). Please report to firebase-database-client@google.com java.lang.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @Mercandj, amazing investigation! I was able to reproduce the same behavior that you’re experiencing with your repro. I’ll notify an engineer to see what we can do here. Thanks!
Awesome, thanks again @Mercandj.
Just a follow up @RufenKhokhar, could you provide extra details based on my previous comment?
Thanks