@@ -66,7 +66,7 @@ modules: [
6666 }
6767 },
6868 // The following options are optional:
69- useOnly: [' auth' ,' firestore' ,' functions' ,' storage' ,' realtimeDb' , ' messaging' ],
69+ useOnly: [' auth' ,' firestore' ,' functions' ,' storage' ,' realtimeDb' , ' messaging' , ' performance ' ],
7070 customEnv: false ,
7171 functionsLocation: ' us-central1' ,
7272 }
@@ -88,19 +88,21 @@ Firebase products supported by nuxt-fire so far:
8888| Storage | \$ fireStorage |
8989| Functions | \$ fireFunc |
9090| Messaging | \$ fireMess |
91+ | Performance | \$ firePerf |
9192
9293See [ Firebase's official docs] ( https://firebase.google.com/docs/ ) for more usage information.
9394
9495You can further access the objects like so:
9596
96- | Firebase Obj | Shortcut |
97- | ------------------ | ---------------- |
98- | firebase.auth | \$ fireAuthObj |
99- | firebase.database | \$ fireDbObj |
100- | firebase.firestore | \$ fireStoreObj |
101- | firebase.storage | \$ fireStorageObj |
102- | firebase.functions | \$ fireFuncObj |
103- | firebase.messaging | \$ fireMessObj |
97+ | Firebase Obj | Shortcut |
98+ | -------------------- | ---------------- |
99+ | firebase.auth | \$ fireAuthObj |
100+ | firebase.database | \$ fireDbObj |
101+ | firebase.firestore | \$ fireStoreObj |
102+ | firebase.storage | \$ fireStorageObj |
103+ | firebase.functions | \$ fireFuncObj |
104+ | firebase.messaging | \$ fireMessObj |
105+ | firebase.performance | \$ firePerfObj |
104106
105107## Options
106108
@@ -109,7 +111,7 @@ You can further access the objects like so:
109111By default, all supported Firebase products are loaded. If you only wish to load certain products (recommended!), add the ` useOnly ` option.
110112
111113- type: ` Array<string> `
112- - default: ` ['auth','firestore','functions','storage','realtimeDb', 'messaging'] `
114+ - default: ` ['auth','firestore','functions','storage','realtimeDb', 'messaging', 'performance' ] `
113115- required: ` false `
114116
115117#### config[ environment]
0 commit comments