Closed
Conversation
- firebase.json, lib/firebase_options.dart, ios/Runner/GoogleService-Info.plist 추가 - firebase android, ios 설정 추가
Implement phone number verification functionality, including sending and verifying SMS codes. Create related repositories, use cases, view models, and UI pages.
- pubspec.lock : flutter_riverpod, fluttertoast 패키지 추가 - pubspec.yaml: firebase 관련 패키지 및 flutter_riverpod, fluttertoast, svg 에셋 추가 - main.dart : firebase 초기화 및 riverpod 설정, 로그인 페이지 진입 - android, ios : firebase 연동 - test/widget_test.dart : Counter 테스트 제거 - lib/auth : auth 관련 폴더 추가 - lib/auth/presentation/pages/login_page.dart : 로그인 페이지 UI 추가 - lib/auth/presentation/pages/identity/identity_verification_page.dart : 전화번호 인증 페이지 UI 추가
# Conflicts: # ios/Runner.xcodeproj/project.pbxproj # lib/auth/presentation/pages/login_page.dart # lib/main.dart # pubspec.yaml
- pubspec.lock : flutter_riverpod, fluttertoast 패키지 추가 - pubspec.yaml: firebase 관련 패키지 및 flutter_riverpod, fluttertoast, svg 에셋 추가 - main.dart : firebase 초기화 및 riverpod 설정, 로그인 페이지 진입 - android, ios : firebase 연동 - test/widget_test.dart : Counter 테스트 제거 - lib/auth : auth 관련 폴더 추가 - lib/auth/presentation/pages/login_page.dart : 로그인 페이지 UI 추가 - lib/auth/presentation/pages/identity/identity_verification_page.dart : 전화번호 인증 페이지 UI 추가
- ndk 버전 수정
# Conflicts: # lib/main.dart # pubspec.yaml
# Conflicts: # ios/Podfile.lock # ios/Runner.xcodeproj/project.pbxproj # lib/main.dart
# Conflicts: # lib/main.dart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
close #17
📝작업 내용
스크린샷 or 작업영상
확인 하신 관계로 영상은 스킵하겠습니다!
💬리뷰 요구사항
리모트에서 어떤 것 하시던데 여기서 저는 뭐 해줄 것이 없는 거 겠죠?
다음 작업
파이어베이스 구현