Skip to content

Commit 8cab300

Browse files
committed
chore: docs
1 parent b92f8bc commit 8cab300

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/server/auth.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ import { isFirebaseError } from './utils'
1414
// https://firebase.google.com/docs/hosting/manage-cache#using_cookies
1515
export 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+
*/
1721
export function VueFireAuthServer(
1822
firebaseApp: FirebaseApp,
1923
app: App<unknown>,

src/ssr/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/
5858
export function usePendingPromises(app?: FirebaseApp) {

0 commit comments

Comments
 (0)