コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】Firebase.FirebaseException: The email address is badly formatted.

概要

Firebase.FirebaseException: The email address is badly formatted.

FirebaseAuth.SignInWithEmailAndPasswordAsync を使用した時に
上記の例外が発生する現象に遭遇した

パスワードの文字列をよく見てみたらアットマーク @
半角ではなく全角になっていたので、半角を使うようにしたら
例外が発生しなくなった