FirebaseUI-Android
FirebaseUI-Android copied to clipboard
Optimized UI components for Firebase
### Step 1: Are you in the right place? For issues or feature requests related to the code **in this repository** file a GitHub issue. ### Step 2: Describe your...
Welcome to FirebaseUI and thanks for submitting an issue! Please take a look at [open issues](https://github.com/firebase/FirebaseUI-Android/issues?q=is%3Aopen+is%3Aissue), as well as [resolved issues](https://github.com/firebase/FirebaseUI-Android/issues?q=is%3Aissue+is%3Aclosed), to see if your issue is either already being...
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...
This issue: https://github.com/firebase/FirebaseUI-Android/issues/2208 was marked as Closed but exception I still existing. It seems that if a user tries to register via Facebook using a phone number (without an email...
Right now the transition between the different screens are the default one for `NavHost` i.e., fadein/out, so, is it the scope to add enterTransition/exitTransition to `AuthUIConfiguration`? The auth flow seems...
# Firebase UI Android v10.0.0-beta01 Release We're excited to announce **Firebase UI Android v10.0.0-beta01**. This major update upgrades this library to natively support Jetpack Compose. ## What's New in Beta...
**Facing this crash:** Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{XXXXXXXXXXXXXXXXXXXX/com.firebase.ui.auth.ui.email.EmailLinkErrorRecoveryActivity}: java.lang.NullPointerException: Attempt to read from field 'int s5.c.d' on a null object reference at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3433) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3607) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)...
Fatal Exception: java.lang.NullPointerException Parameter specified as non-null is null: method com.firebase.ui.auth.ui.credentials.CredentialSaveActivity$Companion.createIntent, parameter email com.firebase.ui.auth.ui.credentials.CredentialSaveActivity$Companion.createIntent (Unknown Source:12) My code : signInWithOnlyOption( when (authenType) { AuthenType.GOOGLE -> AuthUI.IdpConfig.GoogleBuilder().build() AuthenType.FACE_BOOK -> (activity as...