Hello there i need help again
I was trying my hand on firebase auth so i added macro in manifest , create a project with same name in firebase and b4x , downloaded firebaseauthphonewrapper 1.9 lib
Added a text box and a button on
Button click event i write
but no SMS has been received i am getting this error
thanks any one plz point out what mistake i am doing.
I was trying my hand on firebase auth so i added macro in manifest , create a project with same name in firebase and b4x , downloaded firebaseauthphonewrapper 1.9 lib
Added a text box and a button on
Button click event i write
B4X:
authphone.Initialize("authphone")
Dim pn As String = EditText1.Text
authphone.startPhoneNumberVerification(pn.Trim)
error:
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
** Activity (main) Resume **
Verification started: +91983xxxxx76
** Activity (main) Pause event (activity is not paused). **
java.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/jvm/internal/Intrinsics;
at androidx.savedstate.SavedStateRegistryController$Companion.create(Unknown Source:2)
at androidx.savedstate.SavedStateRegistryController.create(Unknown Source:2)
at androidx.activity.ComponentActivity.<init>(ComponentActivity.java:146)
at androidx.fragment.app.FragmentActivity.<init>(FragmentActivity.java:108)
at com.google.firebase.auth.internal.RecaptchaActivity.<init>(com.google.firebase:firebase-auth@@21.1.0:1)
at java.lang.Class.newInstance(Native Method)
at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
at android.app.Instrumentation.newActivity(Instrumentation.java:1328)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4035)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4312)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2571)