### Discussed in https://github.com/vuejs/vuefire/discussions/1349 <div type='discussions-op-text'> <sup>Originally posted by **aaronksaunders** April 17, 2023</sup> ``` const auth = initializeAuth(getApp(), { persistence: indexedDBLocalPersistence, }); ``` I am working with the Nuxt Ionic Module running the application on the device and getting errors if I dont initialize auth as above. Is there some way to pass configuration information into the module to control how auth is initialized? </div>