flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

[📚] How to change "Sign In" string or the "Don't Have an account? Register" Text.

Open mikejones3 opened this issue 1 year ago • 0 comments

Not sure how to Remove the Default "Sign In" string or the "Don't Have an account? Register" Text.

If you are using Google and Apple sign in only for example then you do not need the "Don't Have an account? Register" Text.

image

mikejones3 avatar Aug 09 '22 19:08 mikejones3

You can do it like this - set showAuthActionSwitch false. login_view.dart writes the text if showAuthActionText is true.

            return SignInScreen(
              showAuthActionSwitch: false,

graemep-nz avatar Aug 10 '22 08:08 graemep-nz

Please use this discussion thread : https://github.com/firebase/flutterfire/discussions/6978 for questions like these.

Closing from here.

darshankawar avatar Aug 10 '22 09:08 darshankawar