-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Phone auth UI area code wrong position #1555
New issue
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
Comments
@jeffreyliu8 that looks bad! But a screenshot is not enough information to debug this. A few questions:
|
Hi @samtstern Facing the same issue here, Haven't tried with sample firebase android auth project but just did a fresh install of FirebaseAuthUi 4.3.0 and please find below the other firebase dependencies I am using if that could help debug and resolve this issue.
implementation 'com.google.firebase:firebase-auth:16.1.0'
|
Thanks Harshit. What versions of the support/androidx libraries are you
using? Specifically constraint layout.
…On Sun, Dec 23, 2018, 2:16 AM Harshit Laddha ***@***.***> wrote:
Hi @samtstern <https://github.com/samtstern>
Facing the same issue here, Haven't tried with sample firebase android
auth project but just did a fresh install of FirebaseAuthUi 4.3.0 and
please find below the other firebase dependencies I am using if that could
help debug and resolve this issue.
```
implementation 'com.google.firebase:firebase-auth:16.1.0'
implementation 'com.firebaseui:firebase-ui-auth:4.3.0'
implementation 'com.google.firebase:firebase-dynamic-links:16.1.5'
implementation 'com.google.firebase:firebase-messaging:17.3.4'
implementation 'com.google.firebase:firebase-core:16.0.6'
implementation 'com.google.firebase:firebase-appindexing:17.1.0'
implementation 'com.google.firebase:firebase-crash:16.2.1'
implementation 'com.google.firebase:firebase-config:16.1.2'
implementation 'com.firebase:firebase-jobdispatcher:0.8.2'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.7'
implementation 'com.google.android.gms:play-services-auth:16.0.1'
Please let me know if you need anymore information from my side in order to debug this issue further.
Thanks,
Harshit
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1555 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIEw6oY9ZW00C0ocFA5v_A-P6jJWmATVks5u7y22gaJpZM4ZZHaE>
.
|
Hi, supportLibraryVersion = '28.0.0' for all support libraries and 1.1.3 for constraint layout |
I got same problem to |
Same issue after i created custom layout for firebaseUI with
|
Found solution:If we add But we won't use |
Same problem here.. working fine up to 4.2.0. |
+1, experiencing the same issue :/ |
I was able to confirm this issue in cc @SUPERCILEX |
From Firebase Support:
|
The fix for this issue is in #1562, and we will do a release after that is merged. |
This has been fixed and released in version |
The text was updated successfully, but these errors were encountered: