I have tested this with multiple working MIT App Inventor apps.
Problem:
As soon as I add the built-in FirebaseDB component, the exported APK hangs at the Android splash screen and never reaches Screen.Initialize.
Tests done:
Existing working app opens correctly.
Add only FirebaseDB component.
Build APK.
Install APK.
App hangs at splash screen.
Remove FirebaseDB.
Rebuild APK.
App opens normally again.
- Happens on two devices: Android 14 and Android 16.
Realtime Database URL is US region
This happens even with FirebaseToken blank and Persist set to false.
Please confirm if the built-in FirebaseDB component currently has a runtime/build issue, or if there are specific Firebase project/database requirements.