We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c71927c + e8b56bd commit d69d218Copy full SHA for d69d218
src/main.js
@@ -885,7 +885,7 @@ $(document).ready(function(){
885
var provider = new firebase.auth.GoogleAuthProvider();
886
887
// Make sure the session persists after closing the window so the user doesn't have to log in every time
888
- firebase.auth().setPersistence(firebase.auth.Auth.Persistence.SESSION)
+ firebase.auth().setPersistence(firebase.auth.Auth.Persistence.LOCAL)
889
.then(() => {
890
// Sign in using Google
891
firebase.auth().signInWithPopup(provider).then((result) => {
0 commit comments