Hello everyone,
I’m encountering an issue with the latest version of the Client Runtime.
My app compiles and uploads correctly to the Google Play Console, but when I download it and try to run it on my smartphone, it doesn’t launch, and the screen displays this error:
getApp@555238:21
firebaseModuleWithApp@556316:66
anonymous@837:35
loadModuleImplementation@158:13
guardedLoadModule@96:37
metroRequire@38:91
anonymous@825:13
loadModuleImplementation@158:13
guardedLoadModule@89:46
metroRequire@38:91
global@660636:3
at com.facebook.react.modules.core.ExceptionsManagerModule.reportException (ExceptionsManagerModule.java:65)
at java.lang.reflect.Method.invoke(Native Method)
at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372)
It seems to be an issue related to Firebase configuration but i never configured Firebase on this app.
With this version of the Client Runtime, it’s the first time I’ve encountered this issue.
Has anyone else experienced this?
THANX!