check if the user is current signed in or not.
Future<bool> isSignedIn() { return getSignedInUser().then((user) => user != null); }