Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 ReadMe - Added steps for granting new developers access to firebase #956

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ $ cd docker
$ docker build -t sswconsulting/codeauditor .
```

4. To run the Firebase API, first you need to login to Firebase, chat with the Sysadmin or CodeAuditor team to grant you access to Firebase Console
4. To run the Firebase API, first you need to login to Firebase, chat with the Sysadmin or CodeAuditor team to grant you access to Firebase Console.
- They will need to log into the firebase console using the SSW Developers gmail account, which can be found in Keeper
- From there they can add you as a member under the [project settings](https://console.firebase.google.com/u/5/project/sswlinkauditor-c1131/settings/iam).

Type the following in your terminal:
``` bash
Expand Down
Loading