From b5578a5b817dcb3925164916d3585ab37d216bd2 Mon Sep 17 00:00:00 2001 From: Feiyang1 Date: Fri, 6 Aug 2021 10:41:18 -0700 Subject: [PATCH 1/3] update getAuth comment --- packages-exp/auth-exp/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages-exp/auth-exp/index.ts b/packages-exp/auth-exp/index.ts index b9d74996b7f..b7c3f712687 100644 --- a/packages-exp/auth-exp/index.ts +++ b/packages-exp/auth-exp/index.ts @@ -121,7 +121,8 @@ export { browserPopupRedirectResolver } from './src/platform_browser/popup_redir export { PhoneMultiFactorGenerator } from './src/platform_browser/mfa/assertions/phone'; /** - * Initializes an Auth instance with platform specific default dependencies. + * Return the existing Auth instance that is associated with the provided {@link @firebase/app#FirebaseApp}. + * If no instance exists, initializes an Auth instance with platform specific default dependencies. * * @param app - The Firebase App. * From ae5fba561533db97b38dccecc4639ec8abbf24db Mon Sep 17 00:00:00 2001 From: Feiyang Date: Tue, 10 Aug 2021 14:53:39 -0700 Subject: [PATCH 2/3] Update packages-exp/auth-exp/index.ts Co-authored-by: Kevin Cheung --- packages-exp/auth-exp/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages-exp/auth-exp/index.ts b/packages-exp/auth-exp/index.ts index b7c3f712687..94458cf6fbb 100644 --- a/packages-exp/auth-exp/index.ts +++ b/packages-exp/auth-exp/index.ts @@ -121,8 +121,8 @@ export { browserPopupRedirectResolver } from './src/platform_browser/popup_redir export { PhoneMultiFactorGenerator } from './src/platform_browser/mfa/assertions/phone'; /** - * Return the existing Auth instance that is associated with the provided {@link @firebase/app#FirebaseApp}. - * If no instance exists, initializes an Auth instance with platform specific default dependencies. + * Returns the Auth instance associated with the provided {@link @firebase/app#FirebaseApp}. + * If no instance exists, initializes an Auth instance with platform-specific default dependencies. * * @param app - The Firebase App. * From 375af88ad8022781fa1b3651d7f0551b6f61cee8 Mon Sep 17 00:00:00 2001 From: Feiyang1 Date: Thu, 12 Aug 2021 16:51:16 -0700 Subject: [PATCH 3/3] empty