We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FirebaseUI-Android (Version: 3.1.2) sample code without changing any source code.
Terms of service and privacy policy did not show on email auth UI process.
master branch.
public void signIn(View view) { startActivityForResult( AuthUI.getInstance().createSignInIntentBuilder() .setTheme(getSelectedTheme()) .setLogo(getSelectedLogo()) .setAvailableProviders(getSelectedProviders()) .setTosUrl(getSelectedTosUrl()) .setPrivacyPolicyUrl(getSelectedPrivacyPolicyUrl()) .setIsSmartLockEnabled(mEnableCredentialSelector.isChecked(), mEnableHintSelector.isChecked()) .setAllowNewEmailAccounts(mAllowNewEmailAccounts.isChecked()) .build(), RC_SIGN_IN); }
The text was updated successfully, but these errors were encountered:
I am not sure and cannot try it for my own, but can you try the same code withouts setting a custom theme?
Sorry, something went wrong.
@shortstopyomin could you please show a screenshot of what you see when you expect to see the TOS?
@samtstern
@shortstopyomin thanks for the screenshot, I have sent a PR to fix this #1094
I'm quite new to open source project, but I was wondering when this fixed will available?
@borrom-dev we're hoping to release 3.2.0 soon, probably early next week.
3.2.0
This has been fixed and released in version 3.2.0.
No branches or pull requests
FirebaseUI-Android (Version: 3.1.2) sample code without changing any source code.
Terms of service and privacy policy did not show on email auth UI process.
master branch.
The text was updated successfully, but these errors were encountered: