-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Milestone
Description
Fatal Exception: java.lang.IllegalArgumentException: Unique transitionNames are required for all sharedElements
at android.support.v4.app.BackStackRecord.addSharedElement(SourceFile:511)
at com.firebase.ui.auth.ui.email.RegisterEmailActivity.onNewUser(SourceFile:127)
at com.firebase.ui.auth.ui.email.CheckEmailFragment$2.onSuccess(SourceFile:208)
at com.firebase.ui.auth.ui.email.CheckEmailFragment$2.onSuccess(SourceFile:204)
at com.google.android.gms.tasks.zzj.run(Unknown Source)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:146)
at android.app.ActivityThread.main(ActivityThread.java:5593)
at java.lang.reflect.Method.invokeNative(Method.java)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
at dalvik.system.NativeStart.main(NativeStart.java)
We are using:
firebase-ui-auth:3.1.0
firebase-auth:11.4.2
GMS v11.4.2
gms:google-services:3.1.0
This seems to only happen on KitKat (api 19), multiple device manufacturers.
the entire crash information is available here: http://crashes.to/s/dfb96808883
We can't reproduce this, as we could not get our hands on an API19 device, but our guess is that this is an android sdk level incompatibility issue.