Basic Profile page

This commit is contained in:
2020-10-26 19:00:28 +00:00
parent a8f5fe8db4
commit 074f3e4419
5 changed files with 94 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ const firebaseAuthConfig = {
provider: firebase.auth.GoogleAuthProvider.PROVIDER_ID,
},
],
signInSuccessUrl: "/",
signInSuccessUrl: "/profile",
credentialHelper: "none",
callbacks: {
signInSuccessWithAuthResult: async ({ user }, redirectUrl) => {