LoginSignup
bytheway811
@bytheway811

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

Flutter/Firebase/sign in エディター上はエラーだけども

解決したいこと

  • Flutter
  • Firebase
  • vscode
  • sdk: ">=2.7.0 <3.0.0"
  • firebase_core: ^1.21.0
  • firebase_auth: ^3.7.0

iosアプリでFirebaseを使ってサインインを実装したのですが、vscode上は赤線でエラー扱いされているけど、ビルドができるという症状が発生しました。
動くからとりあえずいいけど、ずっと赤線が出るのが非常に気になってできれば直したいのですが、どうすればいいか全くわかりません。

auth.dart
Future<User> normalSignIn(String testEmail, String testPassword) async {
  FirebaseAuth auth = FirebaseAuth.instance;
  UserCredential credential =
      await auth.signInWithEmailAndPassword(email: testEmail, password: testPassword);//ここのemailとpasswordでずっと赤線
  return credential.user;
}
0

1Answer

The quality management plan specifies the use of a data representation technique to show the strength of relationships between four factors.As a Project Management Professional PMP
https://hkrtrainings.com/capm-vs-pmp
Which tools or techniques should be used to comply with the plan?

0

Your answer might help someone💌