File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ startActivityForResult(
176
176
.createSignInIntentBuilder()
177
177
.setAvailableProviders(
178
178
Arrays . asList(new AuthUI .IdpConfig .Builder (AuthUI . EMAIL_PROVIDER ). build(),
179
- new AuthUI .IdpConfig .Builder (AuthUI . PHONE_VERIFICATION_PROVDER ). build(),
179
+ new AuthUI .IdpConfig .Builder (AuthUI . PHONE_VERIFICATION_PROVIDER ). build(),
180
180
new AuthUI .IdpConfig .Builder (AuthUI . GOOGLE_PROVIDER ). build(),
181
181
new AuthUI .IdpConfig .Builder (AuthUI . FACEBOOK_PROVIDER ). build(),
182
182
new AuthUI .IdpConfig .Builder (AuthUI . TWITTER_PROVIDER ). build()))
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public static class Chat {
27
27
// Needed for Firebase
28
28
}
29
29
30
- public Chat (String name , String message , String uid ) {
30
+ public Chat (String name , String uid , String message ) {
31
31
mName = name;
32
32
mMessage = message;
33
33
mUid = uid;
You can’t perform that action at this time.
0 commit comments