Closed
Description
Discussed in #1349
Originally posted by aaronksaunders April 17, 2023
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?