Expo authentication using google social and phone number sending the SMS validation Both authentication methods will return a Firebase user.
The purpose of this repo is to leave it as a reference. All the domain methods that perform the authentication was extracted to domain files, keepind the components as clean as possible.
Open an webview to allow the user to select a Google account.
It will request a captcha validation and then it will send an SMS to the number. After confirming the code it will authenticate the Firebase user.