https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth/firebase_auth/example/lib
上記サンプルをそのままコピペしてflutterプロジェクトmyapp101を作り、firebaseに登録(接続)して動かしたのですが、androidエミュレータではユーザー登録・サインインまで問題なく動くのに対し、
iOSシミュレータではサブミットボタンを押しても全く変化なし、登録もされない。
[VERBOSE-2:ui_dart_state.cc(157)] Unhandled Exception: PlatformException(ERROR_OPERATION_NOT_ALLOWED, The given sign-in provider is disabled for this Firebase project. Enable it in the Firebase console, under the sign-in method tab of the Auth section., null) #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:569:7) #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:18) <asynchronous suspension> #2 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:329:12) #3 MethodChannel.invokeMapMethod (package:flutter/src/services/platform_channel.dart:356:48) #4 MethodChannelFirebaseAuth.createUserWithEmailAndPassword (package:firebase_auth_platform_interface/src/method_channel_firebase_auth.dart:64:23) #5 FirebaseAuth.createUserWithEmailAndPassword (package:firebase_auth/src/firebase_auth.dart:64:10) #6 RegisterPageState._register (package:myapp101/register_page.dart:89:44) #7 <…>
メアド・パスワードを入力しsubmitボタンを押すと上記の例外メッセージが出ます。
androidでできてますので、当然firebaseコンソールのSign-in methodで「メアド/パスワード」は有効にしています。
どんな原因が考えられますでしょうか?
回答1件
あなたの回答
tips
プレビュー