Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

persistence error #14

Closed
dcaud opened this issue Oct 29, 2021 · 1 comment
Closed

persistence error #14

dcaud opened this issue Oct 29, 2021 · 1 comment

Comments

@dcaud
Copy link

dcaud commented Oct 29, 2021

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

JohnCoene added a commit that referenced this issue Oct 30, 2021
JohnCoene added a commit that referenced this issue Oct 30, 2021
@JohnCoene
Copy link
Owner

Indeed, changes on v8.1 on how this is handled, persistence was not properly registered: pushed a fix. Reinstall from github.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants