Skip to content

Commit

Permalink
update getAuth comment to make clear that it's idempotent (#5255)
Browse files Browse the repository at this point in the history
* update getAuth comment

* Update packages-exp/auth-exp/index.ts

Co-authored-by: Kevin Cheung <[email protected]>

* empty

Co-authored-by: Kevin Cheung <[email protected]>
  • Loading branch information
Feiyang1 and kevinthecheung authored Aug 13, 2021
1 parent bb6b5ab commit 064e1ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages-exp/auth-exp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,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.
* 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.
*
Expand Down

0 comments on commit 064e1ca

Please sign in to comment.