-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unsupported operation: RawSocket constructor #203
Comments
This library doesn't work in flutter web. |
Hi, this also applies to an edge-function env, correct? I am experiencing the same error. |
@nuno84 Not allowing smtp connections in edge environments is not because of technical reasons. If the usual ports are blocked you might try to find a provider which exposes its smtp service on an unusal port. Another workaround (which would also be a good solution for flutter web based applications) is to use for instance supabase: trigger a transactional mail whenever you write into a specific database (unless supabase doesn't allow this in their terms and conditions...) If you find another mail service which allows sending mails through an http API please add it to this comment. |
I use Google Workspace and have an account.
Also, I'm using the FlutterFire UI.
I got the mail and token normally.
An error occurred as below.
Could you please tell me what settings I need?
Flutter Web
Error: Unsupported operation: RawSocket constructor
Code:
The text was updated successfully, but these errors were encountered: