@@ -66,7 +66,7 @@ modules: [
6666 }
6767 },
6868 // The following options are optional:
69- useOnly: [' auth' ,' firestore' ,' functions' ,' storage' ,' realtimeDb' , ' messaging' , ' performance ' ],
69+ useOnly: [' auth' ,' firestore' ,' functions' ,' storage' ,' realtimeDb' , ' messaging' ],
7070 customEnv: false ,
7171 functionsLocation: ' us-central1' ,
7272 }
@@ -88,21 +88,19 @@ Firebase products supported by nuxt-fire so far:
8888| Storage | \$ fireStorage |
8989| Functions | \$ fireFunc |
9090| Messaging | \$ fireMess |
91- | Performance | \$ firePerf |
9291
9392See [ Firebase's official docs] ( https://firebase.google.com/docs/ ) for more usage information.
9493
9594You can further access the objects like so:
9695
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 |
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 |
106104
107105## Options
108106
@@ -111,7 +109,7 @@ You can further access the objects like so:
111109By default, all supported Firebase products are loaded. If you only wish to load certain products (recommended!), add the ` useOnly ` option.
112110
113111- type: ` Array<string> `
114- - default: ` ['auth','firestore','functions','storage','realtimeDb', 'messaging', 'performance' ] `
112+ - default: ` ['auth','firestore','functions','storage','realtimeDb', 'messaging'] `
115113- required: ` false `
116114
117115#### config[ environment]
0 commit comments