Skip to content

persistence error #14

Description

@dcaud

I made a bunch of changes to an app and an error popped up in Chrome console -- something about persistent state...

The error went away when I changed this:

f <- FirebaseUI$new(persistence = "local")$set_providers()

to

f <- FirebaseUI$new()$set_providers()

My old version worked with persistence = "local" and that's the way I'd prefer things to work.

The one other major change is that I had an app within an app (double iframes), so the problem may have had something to do with that.

Can you confirm that persistence = "local" is working as expected? Sorry, I've no time to create a MWE of my problem.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions