# phone

8개의 포스트
post-thumbnail

[Flutter] Firebase Authentication 사용해 보기 2편

Firebase Authentication 사용해 보기 2편 Firebase Authentication Documentation firebase_core | Flutter Package firebase_auth | Flutter Package Firebase Authentication 사용해 보기 1편 Firebase 세팅하기 - Flutter 3.0 이후 [Firebase 세팅하기 - Flutter 3.0 이전

2023년 4월 9일
·
0개의 댓글
·
post-thumbnail

[Flutter] Firebase Authentication 사용해 보기 1편

Firebase Authentication 사용해 보기 1편 Firebase Authentication Documentation firebase_core | Flutter Package firebase_auth | Flutter Package Firebase Authentication 사용해 보기 2편 Firebase 세팅하기 - Flutter 3.0 이후 [Firebase 세팅하기 - Flutter 3.0 이전

2023년 4월 6일
·
0개의 댓글
·
post-thumbnail

[Flutter] FIrebase 세팅하기 (3.0)

Firebase 세팅하기 Firebase Firebase Documentation FlutterFIre firebase_core | Flutter Package Firebase 세팅하기 - Flutter 3.0 이전 버전 이번 글에서 Firebase 프로젝트를 생성하고 Firebase 프로젝트와 Flutter 프로젝트를 연결하는 방법에 대해서 작성하려고 한다. Mac OS를 기준으로 작성하였고, Flutter 3.0 부터 추가된 Flutter 플랫폼으로 등록을

2023년 4월 3일
·
0개의 댓글
·
post-thumbnail

android apk production debug installation on MAC

android "version code" updated 14->15 / app.json eas.json 에서 apk 파일을 다운 받을 수 있도록 설정 build 된 파일 다운로드 command 에서 adb 실행, 없으면 https://developer.android.com/studio/releases/platform-tools?hl=ko 위 링크로 다운 받아서, 다운 받은 파일 경로로 들어가서 adb 실행 note 8에서 개발자 옵션 모드로 전환 : https://www.kuccblog.net/176

2023년 3월 9일
·
0개의 댓글
·

삼성 vs 애플, 두 회사의 결정적 차이는?

내용출처 : IT 좀 아는 사람 2021년 휴대폰 판매량 1위 회사는? 삼성 vs 애플 작년 휴대폰 판매량 1위는 어디일까? 세계 스마트폰 시장점유율은 삼성 18.9%, 애플 17.2%로 삼성이 판매 1위를 차지했다. 그럼에도 21년 순이익을 보면 삼성 39조, 애플 116조(946억달러)로 애플이 3배 가량 많다. (출처 : 인베스팅닷컴,4월 10일 기준) 도대체 이 두 회사의 순이익의 차이는 어디서 나는 걸까? 1. 삼성은 없지만 애플에게는 있는 그것은? > - 스마트폰 세계 1위를 다투는 두 회사지만 삼성폰은 구글의 안드로이드라는 운영체제를 사용하고, 애플은 IOS라는 자체 운영체제를 가지고 있다. > - 운영체제는 쉽게 말해서 사

2022년 4월 10일
·
0개의 댓글
·

🌤 BE TIL Day 6 0321

⬇️ Main Note https://docs.google.com/document/d/19xINO8jcj_vMobces2Yf5BpyP-HbKUjjccS7BwBSUU0/edit ☁️ Async/Await Two computers are requesting and responsing to each other to deliver the data. But sometimes, the request isn't sent properly. --> This is because the user requested to fetch the information even before the data is fully uploaded to the data base. To solve this problem, here, we use async/await. Asynchronization ![](https://images.velog.io/images/j00b33/post/58d56

2022년 3월 21일
·
0개의 댓글
·

Firebase Auth 전화번호 회원가입

Firebase Auth에서 제공하는 전화번호 인증해보기 1. 사전작업 우선 Firebase Auth 전화번호 인증은, Slient Push Notification을 이용해 토큰을 보내기 때문에 Push Notification을 사용하는 것과 동일하다. 따라서 아래의 준비가 필요하다. 유료 애플 개발자 계정 Xcode Project Setup Apple Developer Member Center Identifier 유료 애플 개발자 계정 앞서 말했지만, 유료 애플 개발자 계정을 필요로 한다. Xcode Project Setup Push Notification을 받는 것이기 때문에 Xcode 설정이 필요하다. Project - Target - Signing & Capabilites - Push Notifications ![](https://images.velog.io/images/hey_hen/post/9c7b75e8-b2e0-4c44

2022년 1월 17일
·
0개의 댓글
·

[Flutter] 핸드폰 번호 마스크하기

TextField 에서 핸드폰 번호 마스킹을 하기위해 알아보던 중 다른 사람이 만들어 놓은 라이브러리를 확인하였다. (감사합니다.) > * https://pub.dev/packages/multimaskedformatter > * https://medium.com/@acadia3000_28328/flutter-multiple-masked-text-input-formatter-4aa2c19c5056 근데 지우거나 중간부터 입력할 때, 원하는 결과로 되지 않는 현상이 발생했다. 하이픈(-) 위치 제거 중간 번호 제거 중간 번호 입력 ![](https://images.velog.io/images/locked/post/6ec5a20e-3443-43a8-92d1-70ce30105e66/image.p

2021년 3월 30일
·
2개의 댓글
·