0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Flutter Firebase 苦戦したところ

Posted at

Firebase Authenticationのアカウントと新規プロジェクトを作成
Flutter側でbuild.gradle等を一通り設定
エミュレーター起動OKだったが
メールアドレス、パスワードのログイン情報を送信しようとすると失敗する。

●エラー内容
Register Fail : [firebase_auth/network-request-failed] A network error (such as timeout, interrupted connection or unreachable host) has occurred.
Register Fail : firebase_auth/network-request-failed ネットワーク エラー (タイムアウト、接続の中断、ホストに到達できないなど) が発生しました。
Screenshot_20230930_170341.png
・Firebase CLI Node.j の導入が必要だった。
・エミュレーターのネットワーク設定が(接続できていない状態)できていなかった。

通信に成功するとこうなる
Screenshot_20231001_144453.png

スクリーンショット 2023-10-01 16.23.41.png

この辺りを参考にした。
https://qiita.com/Masaki_Mori07/items/70693d0be264e2295163
https://qiita.com/Umigishi-Aoi/items/32a46255bb935417ab3d
https://firebase.google.com/docs/cli?hl=ja#install-cli-mac-linux
https://firebase.google.com/docs/flutter/setup?platform=android&hl=ja
https://minpro.net/android-emulator-wifi-connected-with-no-internet
https://ittokoton.hatenablog.com/entry/2019/02/15/091939

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?