現在ログインしてるユーザのオブザーバ
See: firebase.google.com/docs/auth/web/manage-users
Stream<FirebaseUser> get currentUserStream => _auth.onAuthStateChanged;