Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mobile] Firebase auth uiの導入 #19 #65

Merged
merged 4 commits into from
May 23, 2023

Conversation

wakamenod
Copy link
Owner

@wakamenod wakamenod commented May 21, 2023

21b53d7
サブPCでiPhoneシミュレーターでの起動がそもそも出来ていなかったのでセットアップした。

  1. fvm内のflutter stableのバージョンが古かった
    • fvm flutter upgrade で解決
    • 本当はstableではなくバージョンを合わせた方が良いと思うが一旦stable
    • .fvm内のシンボリックリンクはgitから外した
  2. pod install時のエラー
    1. Podfileの platform :ios, '11.0' 部分がコメントアウトされてるのでコメントイン
    2. [!] Unable to find a target named RunnerTestsin projectRunner.xcodeproj, did find Runner.
      以下をコメントアウトすると通った。
      # target 'RunnerTests' do
      #   # Your pods here
      # end
      
    3. 更にこの後、 pod repo update を実行してiPhoneシミュレーターでの起動まで確認できた

以下のバグを踏んだので、firebase_auth_uiのバージョンを 1.3.0に下げた
firebase/flutterfire#10957

@wakamenod wakamenod linked an issue May 21, 2023 that may be closed by this pull request
@wakamenod wakamenod force-pushed the 19-mobile-firebase-auth-uiの導入 branch 5 times, most recently from 6892157 to cd57a58 Compare May 23, 2023 00:42
@wakamenod wakamenod force-pushed the 19-mobile-firebase-auth-uiの導入 branch from cd57a58 to 526c4ad Compare May 23, 2023 00:42
@wakamenod wakamenod changed the title add firebase_ui_auth [Mobile] Firebase auth uiの導入 #19 May 23, 2023
@wakamenod wakamenod self-assigned this May 23, 2023
@wakamenod wakamenod merged commit 0633e0a into main May 23, 2023
1 check passed
@wakamenod wakamenod deleted the 19-mobile-firebase-auth-uiの導入 branch May 23, 2023 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Mobile] Firebase auth uiの導入
1 participant