File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -155,13 +155,17 @@ Then set up your Firebase/GCP project as follows:
155
155
Firebase Console. Select the "Sign-in method" tab, and enable the
156
156
"Email/Password" sign-in method, including the Email link (passwordless
157
157
sign-in) option.
158
- 3 . Enable the IAM API: Go to the
158
+ 3 . Enable the Firebase ML API: Go to the
159
+ [ Google Developers Console] (
160
+ https://console.developers.google.com/apis/api/firebaseml.googleapis.com/overview )
161
+ and make sure your project is selected. If the API is not already enabled, click Enable.
162
+ 4 . Enable the IAM API: Go to the
159
163
[ Google Cloud Platform Console] ( https://console.cloud.google.com ) and make
160
164
sure your Firebase/GCP project is selected. Select "APIs & Services >
161
165
Dashboard" from the main menu, and click the "ENABLE APIS AND SERVICES"
162
166
button. Search for and enable the "Identity and Access Management (IAM)
163
167
API".
164
- 4 . Grant your service account the 'Firebase Authentication Admin' role. This is
168
+ 5 . Grant your service account the 'Firebase Authentication Admin' role. This is
165
169
required to ensure that exported user records contain the password hashes of
166
170
the user accounts:
167
171
1 . Go to [ Google Cloud Platform Console / IAM & admin] ( https://console.cloud.google.com/iam-admin ) .
You can’t perform that action at this time.
0 commit comments