We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b16f1 commit e2c94ceCopy full SHA for e2c94ce
android/src/main/java/io/fullstack/firestack/FirestackAuth.java
@@ -547,11 +547,6 @@ public void onComplete(@NonNull Task<GetTokenResult> task) {
547
userExceptionCallback(ex, callback);
548
}
549
550
- }).addOnFailureListener(new OnFailureListener() {
551
- @Override
552
- public void onFailure(@NonNull Exception ex) {
553
- userExceptionCallback(ex, callback);
554
- }
555
});
556
} else {
557
callbackNoUser(callback, true);
0 commit comments