일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- QueryClient
- 함수형프로그래밍
- useQueryClient
- parent padding
- 화살표2개
- ignore padding
- BlockFormattingContext
- DOM
- 부모패딩
- 조건부스타일
- createPortal
- accordian
- ?? #null병합연산자
- tailwindCSS
- transition
- 문제해결
- CustomHook
- 부모요소의 패딩 무시
- es6
- vite
- alias설정
- debouncing
- 제어컴포넌트
- twoarrow
- react
- ㅡ
- Carousel
- BFC
- 리액트
- 서초구보건소 #무료CPR교육
- Today
- Total
프론트엔드 첫걸음
FirebaseError: Firebase: Error (auth/operation-not-allowed). 본문
Info: The current domain is not authorized for OAuth operations. This will prevent signInWithPopup, signInWithRedirect, linkWithPopup and linkWithRedirect from working. Add your domain (localhost) to the OAuth redirect domains list in the Firebase console -> Auth section -> Sign in method tab.
https://stackoverflow.com/questions/37344066/firebase-this-domain-is-not-authorized
[Firebase: This domain is not authorized
I imported Firebase JS v3 API and used to initialize Firebase using: firebase.initializeApp(config); However the app failed to load correctly via web browser on localhost, resulting in the follow...
stackoverflow.com](https://stackoverflow.com/questions/37344066/firebase-this-domain-is-not-authorized)
- https://console.cloud.google.com 에서 로그인
- API 및 서비스 > 자격 증명으로 이동합니다.
여기에서 FireBase에 연결하는 앱에서 사용 중인 API 키를 찾습니다.
- 이제 HTTP 리퍼러에 사용자 정의 도메인을 추가하십시오.
in firebase console Auth --> Authorised domains
must equal (in Google cloud console -- > API & Services --> credentials ) :
must equal (in api config) :
'로그 > 문제상황' 카테고리의 다른 글
전역으로 설치된 eslint 없애기 (0) | 2023.03.11 |
---|---|
Strange behavior of an array filled by Array.prototype.fill() (0) | 2022.11.02 |
[의문점미해결] inline EventListener에 event넘겨주기 (0) | 2022.08.14 |
티스토리 Odyssey 스킨에 수정, 삭제 버튼 넣기 (0) | 2022.07.22 |
CSS 속성 변경을 setProperty로 할것인가- useState + inline style로 할것인가 (0) | 2022.04.03 |