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 2657136 commit bd08bd7Copy full SHA for bd08bd7
lib/modules/auth.js
@@ -47,6 +47,7 @@ export default class Auth extends Base {
47
onAuthStateChanged(listener) {
48
this.log.info('Creating onAuthStateChanged listener');
49
this.on('onAuthStateChanged', listener);
50
+ FirestackAuth.listenForAuth();
51
}
52
53
/**
0 commit comments