We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a3800 commit 48c7ee7Copy full SHA for 48c7ee7
library/src/main/java/com/firebase/ui/FirebaseLoginBaseActivity.java
@@ -95,6 +95,8 @@ public void onError(Exception ex) {
95
@Override
96
protected void onStart() {
97
super.onStart();
98
+ // TODO: is there a way to delay this? Or make it on-demand (i.e. make them call `startMonitoringState`)?
99
+ // TODO: should we remove the authStateListener on `onStop()`?
100
getFirebaseRef().addAuthStateListener(new Firebase.AuthStateListener() {
101
102
public void onAuthStateChanged(AuthData authData) {
0 commit comments