Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If not, please feel free to fill in the following info so we can help faster!
Step 1: Are you in the right place?
Yes.
Step 2: Describe your environment
Android device: any
Android OS version: any
Google Play Services version: any
Firebase/Play Services SDK version: any
FirebaseUI version: any
Step 3: Describe the problem:
The AuthUI login can be started as part of an onboarding flow. To simplify the UX, we do not want to add a separate onboarding screen for the user to decide whether they want to log in or not. So having a skip button available directly on the sign-in screen would help a lot.
The sign in screen can be cancelled by navigating back, but this is not suitable if the sign-in screen is part of some flow.
Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If not, please feel free to fill in the following info so we can help faster!
Step 1: Are you in the right place?
Yes.
Step 2: Describe your environment
Step 3: Describe the problem:
The AuthUI login can be started as part of an onboarding flow. To simplify the UX, we do not want to add a separate onboarding screen for the user to decide whether they want to log in or not. So having a skip button available directly on the sign-in screen would help a lot. The sign in screen can be cancelled by navigating back, but this is not suitable if the sign-in screen is part of some flow.
Steps to reproduce:
signInIntent
Observed Results:
It is not possible to cancel the launched sign-in activity with a custom button.
Expected Results:
I can use a custom button to cancel the sign in, e.g.
Continue without login
and I do not need a separate screen for that.Relevant Code: