We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7a308 commit dbbc67fCopy full SHA for dbbc67f
auth/src/main/java/com/firebase/ui/auth/AuthUI.java
@@ -409,6 +409,8 @@ public SignInIntentBuilder setProviders(@NonNull String... providers) {
409
410
/**
411
* Enables or disables the use of Smart Lock for Passwords in the sign in flow.
412
+ *
413
+ * <p>SmartLock is enabled by default
414
*/
415
public SignInIntentBuilder setIsSmartLockEnabled(boolean enabled) {
416
mIsSmartLockEnabled = enabled;
0 commit comments