Replies: 1 comment
|
@raky291 To use import { initializeAuth, browserLocalPersistence } from ''firebase/auth'';
const auth = initializeAuth(app, {
persistence: browserLocalPersistence
});The |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there an example of how I can implement the new COOKIE option in the Persistence interface? #8839
Official reference docs: https://firebase.google.com/docs/reference/js/auth.persistence
All reactions