firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
366 stars 131 forks source link

fix(auth): adds missing EMAIL_NOT_FOUND error code #298

Closed bojeil-google closed 3 years ago

bojeil-google commented 3 years ago

Catch EMAIL_NOT_FOUND when /accounts:sendOobCode is called for password reset on a user that does not exist.