https://medium.com/@ericmorgan1/upload-images-to-firebase-in-expo-c4a7d4c46d06
이 글을 참고했다.
expo imagepicker로 갤러리에 있는 uri를 받아오고 firebase에 이미지 업로드하려고 putFile을 호출했는데 자꾸 없덴다 ㅡㅡ
몇시간을 날렸는지 모르겠음; 분명 API문서에 있는 함수고, 사용법도 맞춰서 썼고, 버전도 다 최신꺼라 업데이트 할것도 없는데!! 왜이러는거야!!! 다른사람이 올린 예제 복붙했는데도 그런 함수 없다고 하고.. 하..
해결은 했지만 아직도 왜 안됬는지 모르겠다. putFile 안쓰고 그냥 put썼다 ㅡㅡ
const response = await fetch(this.state.profile_image);
const blob = await response.blob();
imagesRef.put(blob);
putFile쓰는 사람은 어떻게 한거야?!!!
'공부, 오류일기 > React Native' 카테고리의 다른 글
Could not load expo Network response timed out 에러해결 (0) | 2019.07.15 |
---|---|
오늘의 일지 (0) | 2019.07.15 |
npm ERR! A complete log of this run can be found in: 에러해결 (0) | 2019.07.11 |
우분투 visual studio code 에서의 한글입력 안됨 및 저장시 권한거부 (1) | 2019.07.08 |
ERR! sharp EACCES: permission denied, open '/usr/lib/node_modules 에러해결 (0) | 2019.07.07 |