티스토리 뷰
Firebase 프로젝트 생성
https://console.firebase.google.com/u/0/
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
- port
- array
- dto 클래스 생성자
- Java
- MultipleBagFetchException
- ChatGPT
- FetchJoin
- junit5
- 오블완
- 자바 어플리케이션 실행 과정
- Cannot construct instance of
- QueryDSL
- 배열
- Kotlin
- JPA
- jvm warm-up 전략
- 티스토리챌린지
- 스프링오류
- addFilterBefore
- Spring Security
- bucket4j
- Linux
- spring boot 3
- 추상클래스
- Git
- checkout
- MongoDB
- redisson 분산락
- 스프링 스케줄링
- n+1
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
글 보관함