We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 375af88 + ae5fba5 commit d78da3cCopy full SHA for d78da3c
packages-exp/auth-exp/index.ts
@@ -121,8 +121,8 @@ export { browserPopupRedirectResolver } from './src/platform_browser/popup_redir
121
export { PhoneMultiFactorGenerator } from './src/platform_browser/mfa/assertions/phone';
122
123
/**
124
- * Return the existing Auth instance that is associated with the provided {@link @firebase/app#FirebaseApp}.
125
- * 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.
126
*
127
* @param app - The Firebase App.
128
0 commit comments