본문 바로가기
728x90

개발/Firebase46

Exception from a finished function: Error: You must return a Promise in your transaction()-callback. https://stackoverflow.com/questions/48623641/error-you-must-return-a-promise-in-your-transaction-callback Error: You must return a Promise in your transaction()-callback My script is throwing the following error when returning the result of the assync firestore set function: You must return a Promise in your transaction()-callback. According to firebase documen... stackoverflow.com stackoverflow.. 2022. 11. 17.
firebase tools 지워보기 자꾸 deploy 하는데 Invalid source token 이런 오류가 많이 떴다.. 특별한 함수를 추가한 것도 아닌데! .. 오류가 너무 많이 나는 것 같아서 firebase tools를 통째로 지웠다가 다시 깔아보았다. https://stackoverflow.com/questions/59386943/how-to-uninstall-firebase-cli-firebase-tools How to uninstall Firebase CLI (firebase-tools) I install Firebase CLI (firebase-tools) https://github.com/firebase/firebase-tools by this code: curl -sL firebase.tools | bash How to.. 2022. 11. 16.
firebase function에서 transaction 사용하기 transaction은 중요하다. db를 저장할 때 모든 작업을 완수했다는 것을 보장하는 것. 하나가 안 되었으면 나머지도 안되도록 하는 것.transaction은 db의 오류를 줄여주는 기능을 한다. function에서 사용하는 방법은 찾아보니 아래와 같았다. https://firebase.google.com/docs/firestore/manage-data/transactions 트랜잭션 및 일괄 쓰기 | Firestore | Firebase Firebase Summit에서 발표된 모든 내용을 살펴보고 Firebase로 앱을 빠르게 개발하고 안심하고 앱을 실행하는 방법을 알아보세요. 자세히 알아보기 이 페이지는 Cloud Translation API를 통해 번역되었습니 firebase.google.com 2022. 11. 15.
Firebase google sign-In 구글 설정 잘 안 될 때!, flutter community에서 @Greg 님께서도 도움을 주셔서 문제를 해결할 수 있었다! https://pub.dev/packages/google_sign_in_web google_sign_in_web | Flutter Package Flutter plugin for Google Sign-In, a secure authentication system for signing in with a Google account on Android, iOS and Web. pub.dev GCP 에 oauth 관련 key확인이 필요할 듯 여기 홈페이지 주소를 추가로 세팅해주자 -> 문제해결했음.. 잘 된다 2022. 10. 30.
728x90