Last active
May 8, 2020 14:40
-
-
Save kichiemon/71bdcb2dd0ef0d5a8bc6e6b39a6dfb1a to your computer and use it in GitHub Desktop.
オフラインでもFirebaseAuthentication認証を通過させる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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