Skip to content
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

Is sending email a mandatory step in the setup? Can we avoid that? #23

Open
jayshildave1983 opened this issue Jun 26, 2020 · 0 comments

Comments

@jayshildave1983
Copy link

In case we dont wish the firebase function send email. Is it possible to disable sending email? Or is that a mandatory step?

For sending emails via your firebase functions, you'd need to set your api_key for the service you're using. In this case, we use Sendgrid.

Once you have an API key, run the following command to configure it
$ firebase functions:config:set sendgrid.key="<API_KEY>"

Next, set the FROM_EMAIL constant in this file to be email ID from which emails will be sent.

Any ways we can avoid doing this setup?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant