Skip to content

Commit 6f527a1

Browse files
authored
fix: set a default firebase project if an alt project isnt used (GoogleCloudPlatform#1366)
Adds the following logic in `secrets.sh` (no diff because it's binary and encrypted, but the following does not contain sensitive data: ```sh # Firestore if [ "$GOOGLE_PROJECT_ID" = "$GOOGLE_ALT_PROJECT_ID" ]; then # If an alt project hasn't been specified, we need to pick one because # there is no default Firestore project export FIRESTORE_PROJECT_ID=${GOOGLE_ALT_PROJECT_ID}1-fs else export FIRESTORE_PROJECT_ID=${GOOGLE_ALT_PROJECT_ID}-fs fi ```
1 parent 170d7b4 commit 6f527a1

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed

.kokoro/secrets.sh.enc

292 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)