File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ import { isFirebaseError } from './utils'
1414// https://firebase.google.com/docs/hosting/manage-cache#using_cookies
1515export const AUTH_COOKIE_NAME = '__session'
1616
17+ /**
18+ * Initializes the auth related data on the server.
19+ * @experimental This API is experimental and may change in future releases.
20+ */
1721export function VueFireAuthServer (
1822 firebaseApp : FirebaseApp ,
1923 app : App < unknown > ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export function addPendingPromise(
5252/**
5353 * Allows awaiting for all pending data sources. Useful to wait for SSR
5454 *
55- * @param name - optional name of the firebase app
55+ * @param app - the firebase app
5656 * @returns - a Promise that resolves with an array of all the resolved pending promises
5757 */
5858export function usePendingPromises ( app ?: FirebaseApp ) {
You can’t perform that action at this time.
0 commit comments