We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a183d1 commit 0f42f93Copy full SHA for 0f42f93
CONTRIBUTING.md
@@ -153,6 +153,13 @@ required to ensure that exported user records contain the password hashes of the
153
3. Click 'ADD ANOTHER ROLE' and choose 'Firebase Authentication Admin'.
154
4. Click 'SAVE'.
155
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
+
163
Finally, to run the integration test suite:
164
165
```bash
0 commit comments