We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
513a77b
update NEWS #14
2dd550b
render news pkgdown #14
52a1d94
Indeed, changes on v8.1 on how this is handled, persistence was not properly registered: pushed a fix. Reinstall from github.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: