You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any idea how to solve this error using Firebase Auth: auth.createUserWithEmailAndPassword(user.email, password)
Failed to get service from broker.
java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'.
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at angb.a(:com.google.android.gms@[email protected] (190400-693941914):36)
at anei.z(:com.google.android.gms@[email protected] (190400-693941914):143)
at amln.run(:com.google.android.gms@[email protected] (190400-693941914):54)
Any idea how to solve this error using Firebase Auth: auth.createUserWithEmailAndPassword(user.email, password)
The versions that I use for my KMM app:
The user is created but my app crashes because of the error.
Have a great day!
The text was updated successfully, but these errors were encountered: