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 d6bea74 commit c680314Copy full SHA for c680314
firebase-database/src/main/java/com/google/firebase/database/android/AndroidAuthTokenProvider.java
@@ -79,6 +79,6 @@ public void removeTokenChangeListener(TokenChangeListener tokenListener) {
79
80
private static boolean isUnauthenticatedUsage(Exception e) {
81
return e instanceof FirebaseApiNotAvailableException
82
- || e instanceof FirebaseNoSignedInUserException;
+ || e instanceof FirebaseNoSignedInUserException;
83
}
84
0 commit comments