Open
Description
Description
- During email/password signup, user can receive feedback if the password doesn't fulfill requirements
- I can't find an API for this in the iOS SDK
- I see that the firebase-js-sdk supports this feature.
API Proposal
usage might look like:
Auth.auth().validatePassword('password123')
Firebase Product(s)
Authentication