Skip to content

Commit 3d2f685

Browse files
Merge pull request #157 from xerosanyam/patch-2
Update README.md
2 parents bafdf8c + a3d798e commit 3d2f685

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

quickstarts/email-users/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ This sample comes with a simple web-based UI which code is in [public](public) d
3030
1. You must have the Firebase CLI installed. If you don't have it install it with `npm install -g firebase-tools` and then configure it with `firebase login`.
3131
1. Configure the CLI locally by using `firebase use --add` and select your project in the list.
3232
1. Install dependencies locally by running: `cd functions; npm install; cd -`
33+
1. Enable access to [Less Secure Apps](https://www.google.com/settings/security/lesssecureapps) and [Display Unlock Captcha](https://accounts.google.com/DisplayUnlockCaptcha).
34+
35+
For accounts with 2-step verification enabled [Generate App Password](https://support.google.com/accounts/answer/185833).
3336
1. Set the `gmail.email` and `gmail.password` Google Cloud environment variables to match the email and password of the Gmail account used to send emails. For this use:
3437

3538
```bash
3639
firebase functions:config:set gmail.email="myusername@gmail.com" gmail.password="secretpassword"
3740
```
41+
3842

3943

4044
## Deploy and test

0 commit comments

Comments
 (0)