We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6b5ab commit 064e1caCopy full SHA for 064e1ca
packages-exp/auth-exp/index.ts
@@ -122,7 +122,8 @@ export { browserPopupRedirectResolver } from './src/platform_browser/popup_redir
122
export { PhoneMultiFactorGenerator } from './src/platform_browser/mfa/assertions/phone';
123
124
/**
125
- * Initializes an Auth instance with platform specific default dependencies.
+ * Returns the Auth instance associated with the provided {@link @firebase/app#FirebaseApp}.
126
+ * If no instance exists, initializes an Auth instance with platform-specific default dependencies.
127
*
128
* @param app - The Firebase App.
129
0 commit comments