Skip to content

Commit

Permalink
Review comments + clarify cors.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Sep 24, 2024
1 parent b55601c commit e97a83f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openstudioreleases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ yarn install

### Download Firebase config file

Go to [Test Project](https://console.firebase.google.com/u/2/project/osc-downloads/overview), you can access this with the OSC email.
Go to [OSC Downloads](https://console.firebase.google.com/u/2/project/osc-downloads/overview), you can access this with the OSC email.

https://support.google.com/firebase/answer/7015592?hl=en#zippy=%2Cin-this-article

Go to the Test Project's Settings, get values from the osc "Config" snippet and place it at `firebase-config.json` next to this readme, changing the format to be a JSON one:
Go to the OSC Downloads's Settings, get values from the osc "Config" snippet and place it at `firebase-config.json` next to this readme, changing the format to be a JSON one:

```json
{
Expand Down Expand Up @@ -79,7 +79,7 @@ yarn es scripts/getReleaseInfo.ts

## Firebase

[Test Project](https://console.firebase.google.com/u/2/project/osc-downloads/overview)
[OSC Downloads](https://console.firebase.google.com/u/2/project/osc-downloads/overview)

### Firebase Auth

Expand Down Expand Up @@ -159,7 +159,7 @@ exec -l $SHELL
gcloud init
```

Upload `cors.json` to the bucket
Upload `./config/cors.json` to the bucket

```bash
gcloud storage buckets update gs://osc-downloads.appspot.com --cors-file=cors.json
Expand Down

0 comments on commit e97a83f

Please sign in to comment.