Skip to content

Commit 0f42f93

Browse files
authored
chore: Add instructions to CONTRIBUTING.md for manually enabling Email/Password authentication (#184)
* Resolve #183: Add instructions to CONTRIBUTE.md addressing manually enabling Email/Password authentication * Address wording changes for CONTRIBUTING.md * Split line exceeding 100 characters in CONTRIBUTING.md
1 parent 9a183d1 commit 0f42f93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,13 @@ required to ensure that exported user records contain the password hashes of the
153153
3. Click 'ADD ANOTHER ROLE' and choose 'Firebase Authentication Admin'.
154154
4. Click 'SAVE'.
155155

156+
For some of the Firebase Auth integration tests, it is required to enable the Email/Password
157+
sign-in method:
158+
1. Go to the [Firebase console](https://console.firebase.google.com).
159+
2. Click on 'Authentication', and select the 'Sign-in method' tab.
160+
3. Enable 'Email/Password'.
161+
4. Enable 'Email link (passwordless sign-in)'.
162+
156163
Finally, to run the integration test suite:
157164

158165
```bash

0 commit comments

Comments
 (0)