SYMBOL INDEX (61 symbols across 11 files) FILE: packages/demo/store/actions.js method nuxtServerInit (line 2) | async nuxtServerInit({ dispatch }, ctx) { method onAuthStateChanged (line 23) | async onAuthStateChanged({ commit }, { authUser }) { method checkVuexStore (line 39) | checkVuexStore(ctx) { FILE: packages/docs/docs/.vitepress/theme/index.ts method Layout (line 7) | Layout() { FILE: packages/firebase-module/lib/module.js function addServiceWorker (line 89) | function addServiceWorker( function loadMessaging (line 115) | function loadMessaging(options) { function loadAuth (line 130) | function loadAuth(options) { function validateOptions (line 235) | function validateOptions(options) { function getCurrentEnv (line 267) | function getCurrentEnv(options) { function getFinalUseConfigObject (line 280) | function getFinalUseConfigObject(config, currentEnv) { function validateConfigKeys (line 292) | function validateConfigKeys(options, currentEnv) { function terminateDatabasesInGenerateHooks (line 328) | function terminateDatabasesInGenerateHooks(ctx) { function isEmpty (line 353) | function isEmpty(val) { FILE: packages/firebase-module/lib/plugins/main.js method appReady (line 23) | async appReady() { method ready (line 34) | async ready() { FILE: packages/firebase-module/lib/plugins/services/auth.js method unsubscribe (line 51) | unsubscribe() { method subscribe (line 61) | subscribe() { FILE: packages/firebase-module/lib/plugins/services/firestore.js method if (line 34) | if (err.code == 'failed-precondition') { FILE: packages/firebase-module/lib/utils/auth-ssr/ssr-auth-session-manager.js function removeSession (line 14) | async function removeSession(session) { function enqueueSessionOperation (line 25) | function enqueueSessionOperation(operation) { function dequeueSessionOperation (line 36) | async function dequeueSessionOperation() { class SessionManager (line 57) | class SessionManager { method constructor (line 58) | constructor(firebase, { config, sessions: sessionConfig }) { method getSession (line 65) | getSession(name, touch = true) { method getUser (line 82) | getUser(name) { method startSession (line 97) | startSession(name = '[DEFAULT]') { method endSession (line 128) | endSession(name = '[DEFAULT]') { method login (line 151) | login(name, token) { method dequeueLoginAttempts (line 169) | async dequeueLoginAttempts() { FILE: packages/firebase-module/lib/utils/template-utils.js function writeStaticImports (line 68) | function writeStaticImports(options) { function writeImportStatement (line 77) | function writeImportStatement(options, serviceMapping, staticOnly = fals... FILE: packages/firebase-module/test/default.test.js method get (line 11) | get(target, name) { FILE: packages/firebase-module/test/with-module.test.js method get (line 11) | get(target, name) { FILE: packages/firebase-module/types/index.d.ts type FirebaseConfiguration (line 13) | interface FirebaseConfiguration { type ServiceConfig (line 24) | interface ServiceConfig { type messagingAction (line 30) | interface messagingAction { type AuthServiceConfig (line 35) | interface AuthServiceConfig extends ServiceConfig { type FirestoreServiceConfig (line 64) | interface FirestoreServiceConfig extends ServiceConfig { type FunctionsServiceConfig (line 76) | interface FunctionsServiceConfig extends ServiceConfig { type StorageServiceConfig (line 82) | interface StorageServiceConfig extends ServiceConfig { type DatabaseServiceConfig (line 87) | interface DatabaseServiceConfig extends ServiceConfig { type MessagingServiceConfig (line 92) | interface MessagingServiceConfig extends ServiceConfig { type PerformanceServiceConfig (line 109) | interface PerformanceServiceConfig extends ServiceConfig {} type AppCheckServiceConfig (line 111) | interface AppCheckServiceConfig extends ServiceConfig { type AnalyticsServiceConfig (line 115) | interface AnalyticsServiceConfig extends ServiceConfig { type RemoteConfigServiceConfig (line 119) | interface RemoteConfigServiceConfig extends ServiceConfig { type FirebaseModuleConfiguration (line 127) | interface FirebaseModuleConfiguration { type ReadyFunction (line 156) | interface ReadyFunction { type NuxtFireInstance (line 160) | interface NuxtFireInstance { type NuxtFireAuthStore (line 183) | interface NuxtFireAuthStore { type NuxtConfiguration (line 189) | interface NuxtConfiguration { type Context (line 192) | interface Context { type NuxtAppOptions (line 197) | interface NuxtAppOptions { type Context (line 205) | interface Context { type NuxtAppOptions (line 211) | interface NuxtAppOptions { type Configuration (line 217) | interface Configuration { type Vue (line 223) | interface Vue { type NuxtAppOptions (line 231) | interface NuxtAppOptions { type Store (line 239) | interface Store { type FireAuthServerUser (line 250) | type FireAuthServerUser = Omit< type ServerResponse (line 260) | interface ServerResponse {