- Ngrok
- Flask
- Firebase
- firebase-admin
- 이미 체크 실행중인데 체크를 하기 원할 때 예외 처리
- 이미 쉬는 중인데 쉬기를 바랄 때 예외 처리
- 이미 끝냈는데 끝내거나 쉬기를 바랄 때 예외 처리
- General -> Global 설정 -> Web URL에서 맨 마지막에 "/" 붙여주면 모든 Action이 root로만 가게 된다.
- OAuth 2.0을 구축할 수 없어서 NUGU에서 우리 앱에 로그인 하는 기능은 배제할 것
- Timer Triging
- start_timer = { collection_Subject -> study_status = True collection_StudyTimer -> Add document -> start_time = timestamp 등록 }
- finish_timer = { collection_Subject -> study_status = False collection_StudyTimer -> 이미 존재하는 document -> finish_time = timestamp 등록 }
- Firestore에서 data 가져오는 방법
- Collection -> stream()
- Document -> get()