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'
14
14
// https://firebase.google.com/docs/hosting/manage-cache#using_cookies
15
15
export const AUTH_COOKIE_NAME = '__session'
16
16
17
+ /**
18
+ * Initializes the auth related data on the server.
19
+ * @experimental This API is experimental and may change in future releases.
20
+ */
17
21
export function VueFireAuthServer (
18
22
firebaseApp : FirebaseApp ,
19
23
app : App < unknown > ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export function addPendingPromise(
52
52
/**
53
53
* Allows awaiting for all pending data sources. Useful to wait for SSR
54
54
*
55
- * @param name - optional name of the firebase app
55
+ * @param app - the firebase app
56
56
* @returns - a Promise that resolves with an array of all the resolved pending promises
57
57
*/
58
58
export function usePendingPromises ( app ?: FirebaseApp ) {
You can’t perform that action at this time.
0 commit comments