CarniRabbit / coding_cow_app

0 stars 1 forks source link

Make DB of Members #14

Open CarniRabbit opened 1 month ago

CarniRabbit commented 1 month ago

회원가입 ->구글/깃허브 연동 (firebase authentication) https://firebase.google.com/docs/auth/flutter/start?hl=ko&_gl=1*he7ncp*_up*MQ..*_ga*MTI0ODk5MjEwNC4xNzIyMjI1MDMw*_ga_CW55HF8NVT*MTcyMjIyNTAzMC4xLjAuMTcyMjIyNTAzMC4wLjAuMA..

CarniRabbit commented 1 month ago

isAttend (당일 출석했는지 여부) 추가하기 매일 아침 6시에 0으로 리셋 (이걸 어떻게 할지) isAttend가 false일 경우 -> today_solved = 0 초기화 isAttend가 true일 경우 -> today_solve를 초기화하지 않는다.

CarniRabbit commented 4 weeks ago

https://firebase.google.com/docs/functions?hl=ko IsAttend 필드 업데이트를 위한 cloud function