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

Androidでユーザー作成→ログインが動作していない #189

Merged
merged 4 commits into from May 2, 2022

Conversation

wheatandcat
Copy link
Owner

関連 issue

対応内容

  • Androidでユーザー作成→ログインが動作していなかったので修正

開発用メモ

無し

if (
response?.type === 'success' &&
prevResponseType !== 'success' &&
!authUser.uid
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!user.idのif文が間違い。正しくは認証済みかを判定

@wheatandcat wheatandcat self-assigned this May 2, 2022
@wheatandcat wheatandcat merged commit 2baef59 into main May 2, 2022
@wheatandcat wheatandcat deleted the 188 branch May 2, 2022 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Androidでユーザー作成→ログインが動作していない
1 participant