Skip to content

Instantly share code, notes, and snippets.

@kichiemon
Last active May 8, 2020 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kichiemon/71bdcb2dd0ef0d5a8bc6e6b39a6dfb1a to your computer and use it in GitHub Desktop.
Save kichiemon/71bdcb2dd0ef0d5a8bc6e6b39a6dfb1a to your computer and use it in GitHub Desktop.
オフラインでもFirebaseAuthentication認証を通過させる
auth.currentUser.then((currentUser) => currentUser == null
? _authUserWithFirebase()
: Future.value(currentUser))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment