File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 54
54
python -m pip install --upgrade pip
55
55
pip install -r requirements.txt
56
56
pip install setuptools wheel
57
+ pip install tensorflow
58
+ pip install keras
57
59
58
60
- name : Run unit tests
59
61
run : pytest
Original file line number Diff line number Diff line change @@ -183,14 +183,17 @@ Then set up your Firebase/GCP project as follows:
183
183
Firebase Console. Select the "Sign-in method" tab, and enable the
184
184
"Email/Password" sign-in method, including the Email link (passwordless
185
185
sign-in) option.
186
-
187
- 3 . Enable the IAM API: Go to the
186
+ 3 . Enable the Firebase ML API: Go to the
187
+ [ Google Developers Console] (
188
+ https://console.developers.google.com/apis/api/firebaseml.googleapis.com/overview )
189
+ and make sure your project is selected. If the API is not already enabled, click Enable.
190
+ 4 . Enable the IAM API: Go to the
188
191
[ Google Cloud Platform Console] ( https://console.cloud.google.com ) and make
189
192
sure your Firebase/GCP project is selected. Select "APIs & Services >
190
193
Dashboard" from the main menu, and click the "ENABLE APIS AND SERVICES"
191
194
button. Search for and enable the "Identity and Access Management (IAM)
192
195
API".
193
- 4 . Grant your service account the 'Firebase Authentication Admin' role. This is
196
+ 5 . Grant your service account the 'Firebase Authentication Admin' role. This is
194
197
required to ensure that exported user records contain the password hashes of
195
198
the user accounts:
196
199
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