We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa319a commit 1d966faCopy full SHA for 1d966fa
packages/nuxt/src/module.ts
@@ -45,6 +45,7 @@ export interface VueFireNuxtModuleOptions {
45
* Optional name passed to `firebase.initializeApp(config, name)`
46
*/
47
// TODO: is this useful?
48
+ // NOTE: this should probably be inferred automatically based on the auth status to have one app per user cached on the server
49
// appName?: string
50
51
/**
0 commit comments