I made a mobile app and used Firebase for backend and authentication. When I use firebase's built in email verification, the email always goes to the junk folder / spam.
Does anyone know how to fix this?
You can use Firebase Authentication to sign in a user by sending them an email containing a link, which they can click to sign in. In the process, the user's email address is also verified. There are numerous benefits to signing in by email: Low friction sign-up and sign-in.
Firebase provides Password less Email Login but with a caveat. It doesn't provide OTP (One Time Password) but a link in the inbox which opens a new tab in browser which hampers user experience especially when you are working in PWA (Progressive Web App).
That's weird. Firebase made restrictions to avoid this problem. Check here
Spam filters normally look for these things:
More Info
Ill suggest using your own domain to send emails. You can check this article on how to do this. You will also get the extra benefit of looking more professional.
Hope it helps :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With