Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#33]初回ログイン時のユーザーデータ追加処理の実装 #31

Closed
takuma-ru opened this issue Nov 24, 2021 · 1 comment · Fixed by #33
Closed

[#33]初回ログイン時のユーザーデータ追加処理の実装 #31

takuma-ru opened this issue Nov 24, 2021 · 1 comment · Fixed by #33
Assignees
Labels
enhancement New feature or request

Comments

@takuma-ru
Copy link
Owner

  • ToDo
    1. signInが走る際にFireStoreからログインしているユーザーuidのドキュメントが取得処理を実行
    2. == 取得できた場合 ==
      そのまま処理終了
      == 取得できなかった場合(ないといわれた場合) ==
      uidの名前でドキュメントを作成する
  • 問題点
    なし
@takuma-ru takuma-ru added the enhancement New feature or request label Nov 24, 2021
@takuma-ru takuma-ru self-assigned this Nov 24, 2021
@takuma-ru takuma-ru mentioned this issue Nov 24, 2021
@takuma-ru takuma-ru linked a pull request Nov 24, 2021 that will close this issue
@takuma-ru takuma-ru changed the title 初回ログイン時のユーザーデータ追加処理の実装 [#33]初回ログイン時のユーザーデータ追加処理の実装 Nov 24, 2021
@takuma-ru
Copy link
Owner Author

実装済み

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant