Vue Firebase Authentication/Comment Section Not Working #1547
-
Hello everyone! So I've created a wedding web app with vue/vite and firebase. The only thing that won't work is the authentication/comment section. Can anyone tell me what I am doing wrong? Here is the link to my authcomments.vue file: https://github.com/elle-concetta/wedding-application/blob/main/src/components/TheAuthComments.vue Here is the link to the repository: https://github.com/elle-concetta/wedding-application Here is a short clip of what is happening in the auth/comment section: firebase.auth.comment.error.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It seems like the popup is being blocked by the browser, you need to allow it. You can also use signinWithRedirect |
Beta Was this translation helpful? Give feedback.
It seems like the popup is being blocked by the browser, you need to allow it. You can also use signinWithRedirect