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
Added your SHA-1 and SHA-256 keys in Firebase Project Settings (important for reCAPTCHA or SafetyNet).
Set your package name in Kodular to match the one in Firebase Console. In APK, it will work correctly, as Kodular includes required Firebase dependencies when building your APK.
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.
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]