firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.55k stars 1.45k forks source link

[FR]: Add support for password validation against password policy #13525

Open rebeccachin opened 3 weeks ago

rebeccachin commented 3 weeks ago

Description

  1. During email/password signup, user can receive feedback if the password doesn't fulfill requirements
  2. I can't find an API for this in the iOS SDK
  3. I see that the firebase-js-sdk supports this feature.

API Proposal

usage might look like:

Auth.auth().validatePassword('password123')

Firebase Product(s)

Authentication

google-oss-bot commented 3 weeks ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.