File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 python -m pip install --upgrade pip
5555 pip install -r requirements.txt
5656 pip install setuptools wheel
57+ pip install tensorflow
58+ pip install keras
5759
5860 - name : Run unit tests
5961 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:
183183 Firebase Console. Select the "Sign-in method" tab, and enable the
184184 "Email/Password" sign-in method, including the Email link (passwordless
185185 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
188191 [ Google Cloud Platform Console] ( https://console.cloud.google.com ) and make
189192 sure your Firebase/GCP project is selected. Select "APIs & Services >
190193 Dashboard" from the main menu, and click the "ENABLE APIS AND SERVICES"
191194 button. Search for and enable the "Identity and Access Management (IAM)
192195 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
194197 required to ensure that exported user records contain the password hashes of
195198 the user accounts:
196199 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