Skip to content

Commit 1cb1e54

Browse files
authored
Update credentials.json
1 parent ce78d0e commit 1cb1e54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

credentials.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
3. Select the "Service Accounts" tab.
1919
4. Click on the "Generate new private key" button.
2020
5. A JSON file containing your private key will be downloaded to your computer. This is the `credentials.json` file required by the Task-Master application.
21-
6. Move the downloaded JSON file to the same directory as the `task_manager.py` file and rename it to `credentials.json`.
21+
6. Move the downloaded JSON file to the same directory as the `task-master.py` file and rename it to `credentials.json` (note it will ask you to replace this file, do it).
2222
7. Locate and open the .env file in your project, then replace the existing FIREBASE_DATABASE_URL value with the URL of your realtime database. You can find this URL on the "Data" tab, located at the top above your data entries.
23-
24-
Note: Replace `your-project-id`, `your-private-key-id`, `your-private-key`, and `your-client-id` with the actual values from your Firebase project.
2523
*/
2624
}

0 commit comments

Comments
 (0)