volare-backend / frontend

0 stars 0 forks source link

google認証追加・ユーザー情報をRecoilで管理 #12

Closed sotabkw closed 3 years ago

sotabkw commented 3 years ago

対応内容 google認証(pages/testLoginで実装してます)

recoilでユーザー情報管理

残件 他SNS・メールアドレス認証(そもそも必要か検討)

0x-shanks commented 3 years ago

https://github.com/volare-backend/frontend/pull/12#issue-624363416 とりあえずこれよろしくないと思うんで、消した方がいいと思われ

0x-shanks commented 3 years ago

こんな感じで出てビルドできないっぽい

Module not found: Can't resolve 'node_modules/next/node_modules/@babel/runtime/helpers/assertThisInitialized' in 'node_modules/next/dist/next-server/lib'

babelのランタイムを追加したらできたので追加をおねがい

yarn add @babel/runtime@latest -D
0x-shanks commented 3 years ago

たぶん今回要件的にはメールアドレスのやつもやらんといけんはずなんでメールアドレスの追加も

0x-shanks commented 3 years ago

結局これってどういう状況なんだっけ(なんか聞いた気がするけどコメントに残してほしいかも)

https://github.com/volare-backend/frontend/pull/12#issuecomment-832401631 メールアドレスが今の状態だと対応できんみたいな話だっけ?