From 1dfffebd47661046786ffae59cb8b62b1e310cde Mon Sep 17 00:00:00 2001 From: Tamojit Date: Tue, 22 Dec 2020 14:46:53 +0530 Subject: [PATCH] updated readme auth changed to authenticator --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 4995cf58c..313642088 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,22 @@ Samples are organized into the following subdirectories and include README.md fi - Custom Auth - Email and Password auth - Email Link auth - - Phone Auth using a visible ReCaptcha - - Phone Auth using an invisible ReCaptcha - - Phone Auth using popup + - Phone Authenticator using a visible ReCaptcha + - Phone Authenticator using an invisible ReCaptcha + - Phone Authenticator using popup - [Google Auth in a Chrome Extension](auth/chromextension/README.md) - - Facebook auth using Facebook login button - - Facebook auth using Firebase popup - - Facebook auth using Firebase redirect - - Google auth using Google sign-in button - - Google auth using Firebase popup - - Google auth using Firebase redirect - - Twitter auth using Firebase popup - - Twitter auth using Firebase redirect - - Microsoft auth using Firebase popup - - Microsoft auth using Firebase redirect - - GitHub auth using Firebase popup - - GitHub auth using Firebase redirect + - Facebook Authenticator using Facebook login button + - Facebook Authenticator using Firebase popup + - Facebook Authenticator using Firebase redirect + - Google Authenticator using Google sign-in button + - Google Authenticator using Firebase popup + - Google Authenticator using Firebase redirect + - Twitter Authenticator using Firebase popup + - Twitter Authenticator using Firebase redirect + - Microsoft Authenticator using Firebase popup + - Microsoft Authenticator using Firebase redirect + - GitHub Authenticator using Firebase popup + - GitHub Authenticator using Firebase redirect - Multi-factor authentication with SMS(currently only available for [Google Cloud Identity Platform](https://cloud.google.com/identity-platform/docs/web/mfa) projects) - [Database](database/README.md) - Simple Social Blogging app