hello , i make one student app , i make one login page , for otp login i use firebase authentication , but when i run it it show me this error " Runtime Error
anyone have this solution so please help me…
hello , i make one student app , i make one login page , for otp login i use firebase authentication , but when i run it it show me this error " Runtime Error
anyone have this solution so please help me…
if helpful mark as solution.
You can test this app in companion due to authentication. Make sure you have added json in the asset. Make into apk and test, if this error persists, then edit your apk xml and add these lines.
<activity android:name="com.google.firebase.auth.internal.RecaptchaActivity"
android:exported="false" />
It will be solved
If the above is there in xml then esit as per this
i was givven sha-1 keys and package name correctly …
respected , i also added json file in asset
and i am begainner , so i never know how to do this " Make into apk and test, if this error persists, then edit your apk xml and add these lines.
<activity android:name="com.google.firebase.auth.internal.RecaptchaActivity"
android:exported="false" />
It will be solved"
after testing in apk, if it throws such error then try else leave it.
https://community.kodular.io/t/how-to-customize-the-manifest-example-companion-apk/68677
respe elder , i see this
in this “” available , now what am i do boss
respected elder , i see this
in this <meta-data android:name=com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar"
android:value=“com.google.firebase.components.ComponentRegistrar”/> available , now what am i do boss
[/quote]
please any one give me solution
please…