본문 바로가기 메뉴 바로가기

개키우는 개발자

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

개키우는 개발자

검색하기 폼
  • 분류 전체보기 (36)
    • IT (33)
      • 프로그래밍 (15)
      • 모바일 (13)
      • DB (3)
      • OS (2)
    • 하고싶은거 해보자구 (2)
      • 창업일지 (0)
      • 수경재배 (1)
      • 곤충키우기 (0)
      • 우리집 단풍이 (0)
      • 창업 아이디어 기록하기 (1)
  • 방명록

전체 글 (36)
[Flutter] Firebase App Check Web Local에서 테스트하기

[Flutter] firebase_app_check reCAPTCHA v3 key 만들기 https://www.google.com/u/1/recaptcha/admin/create?hl=ko 로 이동하여 사이트 등록을 진행한다. reCAPTCHA 유형에서는 reCAPTCHA v3를 클릭하고 도메인을 추가한다. 그러면 이렇게 키가 생성되는데 사이트 키를 복사 kodean.tistory.com reCAPTCHA code를 생성하고 로컬 Web에서 Firebase App Check를 실행하면 도메인이 localhost:포트 번호로 실행이 되어서 Firebase 접근이 불가능하다. 이런 경우 reCAPTCHA에 도메인을 localhost로 추가해야하나 고민을 하게 되는데 localhost로 추가를 하게 되면 Ap..

IT/프로그래밍 2023. 4. 7. 09:22
[Flutter] ios 시뮬레이터에서 firebase_app_check 사용방법

실컷 설치해두고 ios 시뮬레이터에서 디버깅을 하니 firestore_app_check가 정상적으로 작동해서 차단당해버렸다.. 시뮬레이터에서 firestore_app_check를 하면 안되는 것이 맞다! 하지만 디바이스를 꽂아서 테스트하기엔 귀찮음이 심해 시뮬레이터에서 하는 방법이 있을거같아 찾아보았더니 https://firebase.google.com/docs/app-check/flutter/debug-provider?hl=ko Flutter로 디버그 제공자와 함께 앱 체크 사용 | Firebase 앱 체크 5월 10일, Google I/O에서 Firebase가 돌아옵니다. 지금 등록하기 의견 보내기 Flutter로 디버그 제공자와 함께 앱 체크 사용 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘..

IT/프로그래밍 2023. 4. 7. 01:29
[Flutter] firebase_app_check reCAPTCHA v3 key 만들기

https://www.google.com/u/1/recaptcha/admin/create?hl=ko 로 이동하여 사이트 등록을 진행한다. reCAPTCHA 유형에서는 reCAPTCHA v3를 클릭하고 도메인을 추가한다. 그러면 이렇게 키가 생성되는데 사이트 키를 복사후 recaptcha-v3-site-key 부분을 복사한 키 값을 붙여넣으면 된다. Future main() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(); await FirebaseAppCheck.instance.activate( webRecaptchaSiteKey: 'recaptcha-v3-site-key', androidProvider: ..

IT/프로그래밍 2023. 4. 6. 17:06
[Flutter] firebase app_check 0.1.2 설치 후 Semantic Issue (Xcode): 'new' is unavailable 에러 발생시

Launching lib/main.dart on iPhone 14 in debug mode... main.dart:1 Xcode build done. 16.9s Failed to build iOS app Semantic Issue (Xcode): 'new' is unavailable /Users/dean/.pub-cache/hosted/pub.dev/firebase_app_check-0.1.2/ios/Classes/FLTAppCheckProvider.m:18:55 Semantic Issue (Xcode): 'new' is unavailable /Users/dean/.pub-cache/hosted/pub.dev/firebase_app_check-0.1.2/ios/Classes/FLTAppCheckProvi..

IT/모바일 2023. 4. 6. 16:52
[Flutter] Firebase Appcheck 설치방법

프로젝트에서 Firebase의 Firestore Database와 Storage를 사용하고 있는데 보안강화를 위해 AppCheck를 설치해야겠다 싶어 설치하는 과정을 기록해보았다. Mac OS 기준이며 다른 플랫폼은 https://firebase.google.com/docs/cli?authuser=1&hl=ko#setup_update_cli를 참고해서 Firebase CLi를 설치후 진행하면 될거같다. 1. Firebase CLi 설치 한다. 터미널에 다음과 같이 입력한다. curl -sL https://firebase.tools | bash 2. firebase CLi에 로그인하여 Firebase CLI 테스트를 진행한다. 터미널에 다음과 같이 입력한다. firebase login 3. flutterf..

IT/프로그래밍 2023. 4. 6. 16:48
[Flutter] Json to DartModel

프로젝트 진행중 API 호출 후 반환 되는 데이터 값을 파싱하여 쓰기 위해 모델을 만들어야했는데 생각보다 만드는게 귀찮고해서 찾다보니 JSON to Dart라는 웹사이트가 있어서 써보았는데 괜찮았다. https://javiercbk.github.io/json_to_dart/ JSON to Dart JSON to Dart Paste your JSON in the textarea below, click convert and get your Dart classes for free. Handcrafted by Javier Lecuona Github json_to_dart Code Twitter javiercbk.github.io 사용방법은 API 호출 후 반환되는 JSON 값을 복사하고 위 사이트에 접속하여 이..

IT/모바일 2023. 4. 5. 15:47
이전 1 2 3 4 5 6 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • 수경재배키트
  • ios 앱 심사상태
  • ITMS-91053: Missing API declaration
  • Error (Xcode): Target release_unpack_ios failed: Exception: Binary
  • flutter build ipa
  • 아이폰
  • 베란다 수경재배
  • CDN: trunk URL couldn't be downloaded
  • google play appcheck
  • python3.12 설치
  • NSPrivacyAccessedAPICategoryFileTimestamp
  • Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
  • aws python3.12
  • MySQL
  • but linking in object file
  • EC2
  • PlatformException(sign_in_failed
  • ios pod install error
  • 슬랙으로 보내기
  • Response: Failure when receiving data from the peer
  • Firebase
  • NSPrivacyAccessedAPICategoryDiskSpace
  • 리눅스 python3 설치
  • Flutter
  • com.google.android.gms.common.api.ApiException: 10:
  • NSPrivacyAccessedAPICategorySystemBootTime
  • 해결방법
  • ios
  • Xcode
  • NSPrivacyAccessedAPICategoryUserDefaults
more
«   2025/09   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바