FirebaseUI-Android
FirebaseUI-Android copied to clipboard
Optimized UI components for Firebase
Getting below error with firebase ui dependency. Could not find com.firebaseui:firebase-ui-auth:6.2.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/firebaseui/firebase-ui-auth/6.2.0/firebase-ui-auth-6.2.0.pom - https://repo.maven.apache.org/maven2/com/firebaseui/firebase-ui-auth/6.2.0/firebase-ui-auth-6.2.0.pom - https://jcenter.bintray.com/com/firebaseui/firebase-ui-auth/6.2.0/firebase-ui-auth-6.2.0.pom Required by: project :app > project :main Please...
When using `com.firebase.ui.auth.AuthUI.AuthIntentBuilder#setAuthMethodPickerLayout` to set custom picker layout, application crashes after launching the created intent with exception attached below. I believe this is caused by `com.firebase.ui.auth.data.model.FlowParameters#CREATOR createFromParcel` where there is...
Hey there! So you want to contribute to FirebaseUI? Before you file this pull request, follow these steps: * Read [the contribution guidelines](CONTRIBUTING.md). * Run `./gradlew check` to ensure the...
 Version: implementation 'com.firebaseui:firebase-ui-auth:9.0.0' Here is the code: val providers = arrayListOf( AuthUI.IdpConfig.EmailBuilder().build() ) val signInIntent = AuthUI.getInstance() .createSignInIntentBuilder() .setAvailableProviders(providers) .build() signInLauncher.launch(signInIntent)
The upgrade flow from anonymous to a full account is broken in `9.0.0`. Even with the `enableAnonymousUsersAutoUpgrade()` option set, the flow always returns `RESULT_OK` and creates a new user with...
### Step 2: Describe your environment * Android device: moto z4 * Android OS version: 10 * Google Play Services version: BOM 25.12.0 * Firebase/Play Services SDK version: BOM 25.12.0...
I am trying to bind this library to .NET android for my personal use, and i cant access the AuthUI.SignInIntentBuilder because its base type is private and in C# that...
I'm using FirebaseUI for authentication and have set up email link configurations. It works fine on mobiles but not tablets (e.g. Samsung Tabs). Is there anything specific I should do...
We bumped the `minSdk` version of all libraries to `23`, but only `auth` requires `minSdk 23`. `database`, `firestore` and `storage` only require `minSdk 21`. We should decouple the minSdk in...
When selecting Email Authentication is new version 9.0.0, there is a sign-up and sign-in button. Bugs: - It is possible to select sign-up after entering an existing email address -...