Firebase Authenticaiton Phone Number Sign RuntimeError safetynet

I checked out Kodular Fenix (v1.5D.0) Bug Tracker before creating a new topic

Describe your issue

Using Firebase Authenticaiton you cannot signIn through your phone number.

Steps to reproduce the issue

  • Add Firebase Authenticaiton to the project
  • Import google-services.json
  • Create a call to PhoneNumberSignIn
  • (Export APK and call the function)

Expected Behaviour

The component performs sign-in to Firebase via phone number.

Actual Behaviour

java.lang.NoClassDefFoundError:
Failed resolution of: Lcom/google/android/gms/safetynet/SafetyNet;

By adding the reCaptcha component, the error no longer appears, but the application crashes.

Show your Blocks

blocks(21)

Android version

13

This might help

Taifun

Thank you very much, but I had already tried without success.