Firebase Google signInWithRedirect not redirecting to specified page on successful authentication
问题 Little bit help/explanation needed with the following problem. I am using Vue and Firebase for my project. I am trying to set up the Firebase Google sign-in by calling signInWithRedirect . Authentication itself works, however not exactly how I want it. I need it to redirect to /dashboard after authentication takes place, but currently it redirects back to /login page after a short loading. I understand that I have to use getRedirectResult , but I am not sure how exactly call it. Would be very