Skip to content

Commit 48c7ee7

Browse files
committed
Added some todos
1 parent 81a3800 commit 48c7ee7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/src/main/java/com/firebase/ui/FirebaseLoginBaseActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ public void onError(Exception ex) {
9595
@Override
9696
protected void onStart() {
9797
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()`?
98100
getFirebaseRef().addAuthStateListener(new Firebase.AuthStateListener() {
99101
@Override
100102
public void onAuthStateChanged(AuthData authData) {

0 commit comments

Comments
 (0)