> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/meetup/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/meetup/flutter-app/firebase-phone-auth.md).

# Firebase Phone Auth

First you will need to end able **phone** in firebase authentication.

![](https://1451848172-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MQBree38dhIotXdn4oz%2F-MSXPFXaY3Zuxy2AwBMu%2F-MSXqOqcYQlK8ucklZP-%2FScreenshot%202021-02-02%20at%201.00.27%20PM.png?alt=media\&token=567bd66e-eabb-4d23-9213-7c0f9180c735)

**Meetup** now allows password reset via Firebase phone auth.&#x20;

For user to reset account password on the app, user will be asked to enter their account phone number, then an **OTP** is send to the phone number.

User will be required to enter the phone number for verification before they can set new password for the account.

**NOTE:** For iOS Firebase Phone auth to work, you will need to make some changes to iOS Info.plist file.

Follow this link on how to do it: <https://firebase.google.com/docs/auth/ios/phone-auth?authuser=1#set-up-recaptcha-verification>
