firebase / firebaseui-web

FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.
https://firebase.google.com/
Apache License 2.0
4.57k stars 1.05k forks source link

Firebase auth Email address verification SLOW #990

Open jmw11x opened 1 year ago

jmw11x commented 1 year ago

[REQUIRED] Describe your environment

[REQUIRED] Describe the problem

Takes over 10 minutes to send email verification from auth template. Template edited from address. Worked fine for over a period of several months.

Steps to reproduce:

Relevant Code:

https://stackblitz.com/fork/firebase-issue-sandbox Cannot replicate on my website now I deleted your function because it did not work and is being ignored and replaced functionality with capcha.

// TODO(you): code here to reproduce the problem.
// where user = cred.user passed into a function where cred is callback from createUserWithEmailAndPassword
    user.sendEmailVerification().then(function () {
        console.log('verification sent')
    }).catch((e) => {
        alert(e);
    });

works get 200 ok and function executes. All other templates (reset pw for ex) set up through same config work fine so it cannot be the email server either. It is a firebase issue. Will be hard to use or recommend this product again. takes over 10 minutes.

Alipes-NickFisher commented 1 year ago

I would try being polite, my dude.

jmw11x commented 1 year ago

It is rather in-polite of google to ignore issues and have bugs on live production code. I am not 'your dude' (extremely in-polite). The issue is still open and no solution has been provided.

mattch commented 1 year ago

I'm seeing the same issue though it varies. Some emails come fairly quick (less than 30 seconds) but others takes long enough that people assume it didn't work. Some times if a resend email is requested, both emails (original and resend) come in a reasonable amount of time.

francescov1 commented 7 months ago

Were also seeing this, emails can take quite a long time to deliver. Not sure how long we can keep using it either if signup flows take 5-10 mins.

Pantic1 commented 5 months ago

i have same issue, on phone auth it takes 5-10 mins.

CalvinJamesHeath commented 3 months ago

Im having the same issue and sometimes it wont even send even with a verified domain. Its working very bad.