Skip to content

Commit 6518caf

Browse files
committed
docs: add experimental tag to emulators
1 parent e80419e commit 6518caf

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: packages/nuxt/src/module/options.ts

+7-4
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ export interface VueFireNuxtModuleOptions {
2020
*/
2121
admin?: {
2222
/**
23-
* Firebase Admin Options passed to `firebase-admin`'s `initializeApp()`. Required if you are using the auth, or the
24-
* app-check module.
23+
* Firebase Admin Options passed to `firebase-admin`'s `initializeApp()`.
2524
*/
2625
options?: Omit<AppOptions, 'credential'>
2726

28-
// TODO: remove, use env variables instead
2927
/**
3028
* Firebase Admin Service Account passed to `firebase-admin`'s `initializeApp()`. Required if you are adding an
3129
* adminConfig.
@@ -46,7 +44,12 @@ export interface VueFireNuxtModuleOptions {
4644
auth?: boolean
4745

4846
/**
49-
* Controls whether to use emulators or not. Pass `false` to disable emulators. When set to `true`, emulators are enabled when they are detected in the `firebase.json` file. You still need to run the emulators in parallel to your app.
47+
* Controls whether to use emulators or not. Pass `false` to disable emulators. When set to `true`, emulators are
48+
* enabled when they are detected in the `firebase.json` file. You still need to run the emulators in parallel to your
49+
* app.
50+
*
51+
* @default true
52+
* @experimental
5053
*/
5154
emulators?:
5255
| boolean

0 commit comments

Comments
 (0)