티스토리 뷰
Firebase 프로젝트 생성
https://console.firebase.google.com/u/0/
로그인 - Google 계정
이메일 또는 휴대전화
accounts.google.com
Firebase Storage 시작하기
Cloud Storage 설정
1. 프로덕션 모드에서 시작
2. asia-northeast3 선택
읽기, 쓰기 권한 true
1. Rules 에서 권한 수정
2. 게시 버튼 클릭
allow read, write: if false; // -> true로 변경해줘야 읽고 쓰기 가능
allow read, write: if true;
URL 규칙
다음 순서대로 작성해주면 된다.
1. https://firebasestorage.googleapis.com/v0/b/
2. bucket 폴더 주소 (ex.dedev-df04d.appspot.com)
3. /o/
4. correctly encoded path object. (ex. helloworld.svg)
5. "?alt=media"
6. token="..."
token 생략가능함
예시
https://firebasestorage.googleapis.com/v0/b/dedev-df04d.appspot.com/o/helloworld.svg?alt=media
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Git
- MultipleBagFetchException
- array
- bucket4j
- junit5
- Kotlin
- port
- Linux
- QueryDSL
- jvm warm-up 전략
- Spring Security
- spring boot 3
- 스프링오류
- n+1
- 스프링 스케줄링
- checkout
- Java
- JPA
- 배열
- redisson 분산락
- 추상클래스
- ChatGPT
- MongoDB
- 오블완
- 자바 어플리케이션 실행 과정
- Cannot construct instance of
- addFilterBefore
- 티스토리챌린지
- dto 클래스 생성자
- FetchJoin
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함