본문 바로가기
728x90

개발/Firebase46

Firebase storage 에서 한글파일명 못 찾을 때! 혹시?? 되도록이면 한글로 파일 이름을 지으면 안 된다는 말을 간과했다.. 문제는 파일 이름을 잘 쳤는데 못 찾는 것이다. 이상해서 계속 이리저리 해봤는데,, 글씨크기가 약간 다르다.. 문자가 다른 건가?. 그런데 유니코드는 같다.. 이상하다.. -_- 뭐가 되었든 그냥 하려면 업로드 후에 firebase 에서 문자를 복사해서 쓰면 문제가 해결 된다는 거.. 그치만 나는 추후에 문제가 될까하여 그냥 영어로 저장하기로 했다.. 이제 잘 불러온다! 문제해결~ 2022. 10. 28.
firebase http.oncall 과 http.onrequest 의 차이점 https://stackoverflow.com/questions/51066434/firebase-cloud-functions-difference-between-onrequest-and-oncall Firebase Cloud Functions: Difference between onRequest and onCall Going through the docs, I encountered: ...you can call functions directly with an HTTP request or a call from the client. ~ source there (link in the quote) is a mention about functions.ht... stackoverflow.com 확인해서 적절하게 사용.. 2022. 10. 25.
firebase query 지원 https://cloud.google.com/firestore/docs/query-data/aggregation-queries 집계 쿼리로 문서 수 집계 | Firestore | Google Cloud 의견 보내기 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. 집계 쿼리로 문서 수 집계 미리보기. 이 제품 또는 기능에는 Google Cloud 서비스 약관의 GA 이전 버 cloud.google.com 2022. 10. 24.
algolia 와 firestore 연동 https://fomaios.tistory.com/entry/Firebase-Cloud-Functions로-Algolia와-Firestore-연동하기 [Firebase] Cloud Functions로 Algolia와 Firestore 연동하기 안녕하세요 Foma 입니다! 오늘은 Cloud Functions 을 이용해서 Firestore 데이터베이스와 Algolia의 인덱스를 연동하는걸 정리해보겠습니다. 이번 글에서는 클라우드 펑션 기본세팅과 알고리아 기본세팅 fomaios.tistory.com 2022. 10. 13.
728x90