Skip to content

How to Initialize Auth With indexedDBLocalPersistence in Nuxt? #1351

Closed
@posva

Description

@posva

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions