Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9c8ef5c

Browse files
Uploaded Screen shots and minor updates
1 parent 91e18f6 commit 9c8ef5c

File tree

11 files changed

+3
-3
lines changed

11 files changed

+3
-3
lines changed
52.9 KB
Loading[フレーム]
85.3 KB
Loading[フレーム]
77.8 KB
Loading[フレーム]
131 KB
Loading[フレーム]
68.2 KB
Loading[フレーム]
152 KB
Loading[フレーム]
135 KB
Loading[フレーム]

‎app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222

2323
dependencies {
2424
implementation fileTree(dir: 'libs', include: ['*.jar'])
25-
implementation 'androidx.appcompat:appcompat:1.0.2'
25+
implementation 'androidx.appcompat:appcompat:1.1.0'
2626
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
2727
implementation 'com.google.firebase:firebase-auth:19.0.0'
2828
testImplementation 'junit:junit:4.12'

‎app/src/main/java/com/bala/firebaselogin/SignInActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public void onComplete(@NonNull Task<AuthResult> task) {
7575
if (user != null) {
7676
if (user.isEmailVerified()) {
7777

78+
7879
System.out.println("Email Verified : " + user.isEmailVerified());
7980
Intent HomeActivity = new Intent(SignInActivity.this, MainActivity.class);
8081
setResult(RESULT_OK, null);

‎app/src/main/java/com/bala/firebaselogin/SignUpActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import androidx.annotation.NonNull;
44
import androidx.appcompat.app.AlertDialog;
55
import androidx.appcompat.app.AppCompatActivity;
6-
76
import android.content.DialogInterface;
87
import android.content.Intent;
98
import android.os.Bundle;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /