Skip to content

Firestore actions experiments #11949

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

Closed
wants to merge 61 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
f10decf
add compositeIndexTestQuery File
milaGGL Sep 28, 2023
cd9183f
Update project.pbxproj
milaGGL Sep 28, 2023
711a3aa
Merge branch 'master' into mila/composite-index-testing
milaGGL Sep 28, 2023
035e8ce
update terrafrom file
milaGGL Sep 28, 2023
7741b36
try adding terraform to workflow
milaGGL Sep 29, 2023
53966d4
Update firestore.yml
milaGGL Sep 29, 2023
295fcbf
Update decrypt_project_info.py
milaGGL Sep 29, 2023
8f13b6d
Update decrypt_project_info.py
milaGGL Sep 29, 2023
9313b65
Update decrypt_project_info.py
milaGGL Sep 29, 2023
d1a00e0
Update decrypt_project_info.py
milaGGL Sep 29, 2023
8e7b5cb
Update decrypt_project_info.py
milaGGL Sep 29, 2023
465a74a
Update decrypt_project_info.py
milaGGL Sep 29, 2023
4aaddbf
Update decrypt_project_info.py
milaGGL Sep 29, 2023
e84ed85
Update decrypt_project_info.py
milaGGL Sep 29, 2023
f85d914
Update decrypt_project_info.py
milaGGL Sep 29, 2023
5d2399e
Update decrypt_project_info.py
milaGGL Sep 29, 2023
81b5064
Update decrypt_project_info.py
milaGGL Sep 29, 2023
ebe35ec
Update decrypt_project_info.py
milaGGL Sep 29, 2023
843f2c4
Update decrypt_project_info.py
milaGGL Sep 29, 2023
b2cb392
Update decrypt_project_info.py
milaGGL Sep 29, 2023
1525740
what is the python version
milaGGL Sep 29, 2023
c7c6817
Update decrypt_project_info.py
milaGGL Sep 29, 2023
5b72a26
authenticate before terraform
milaGGL Sep 29, 2023
5c2793e
Update firestore.yml
milaGGL Sep 29, 2023
2cdd444
Update firestore.yml
milaGGL Sep 29, 2023
f0f301f
Update firestore.yml
milaGGL Oct 3, 2023
caec605
Merge branch 'master' into mila/composite-index-testing
milaGGL Oct 3, 2023
3d2d92b
Update firestore.yml
milaGGL Oct 3, 2023
793bec0
Update firestore.yml
milaGGL Oct 3, 2023
13b7abb
Merge branch 'mila/composite-index-testing' of github.com:firebase/fi…
milaGGL Oct 3, 2023
b410e78
Update firestore.yml
milaGGL Oct 3, 2023
529189a
Merge branch 'master' into mila/composite-index-testing
milaGGL Oct 4, 2023
86af370
add new test helpers
milaGGL Oct 4, 2023
52e1b1f
move terraform into Firestore
milaGGL Oct 4, 2023
0bec778
Merge branch 'master' into mila/composite-index-testing
milaGGL Oct 16, 2023
9e0201d
Update firestore.yml
milaGGL Oct 16, 2023
a2bf550
update README with testing guidance
milaGGL Oct 16, 2023
aa6730d
Update firestore.yml
milaGGL Oct 16, 2023
cb31d77
remove firestore-integration.json.gpg decryption
milaGGL Oct 16, 2023
2d5c23f
Update firestore.yml
milaGGL Oct 16, 2023
a5e1d7c
Revert "Update firestore.yml"
milaGGL Oct 16, 2023
997576b
Update firestore.yml
milaGGL Oct 16, 2023
867c6ee
Update firestore.yml
milaGGL Oct 16, 2023
06305cc
Update firestore.yml
milaGGL Oct 16, 2023
e7c2cc3
Update firestore.yml
milaGGL Oct 16, 2023
6f82ac8
Update firestore.yml
milaGGL Oct 16, 2023
f033335
Update firestore.yml
milaGGL Oct 16, 2023
6abb1ad
Update firestore.yml
milaGGL Oct 16, 2023
1e66334
Update firestore.yml
milaGGL Oct 16, 2023
4ffdd06
Update firestore.yml
milaGGL Oct 16, 2023
8ca479b
Update firestore.yml
milaGGL Oct 16, 2023
e5b73b6
Update firestore.yml
milaGGL Oct 16, 2023
0ded7b8
Update firestore.yml
milaGGL Oct 16, 2023
9a8f989
Merge branch 'master' into mila/composite-index-testing
milaGGL Oct 16, 2023
07ebf70
update firestore workflow
morganchen12 Oct 16, 2023
a5dab04
update auth
morganchen12 Oct 16, 2023
86a0946
fix path
morganchen12 Oct 16, 2023
f0b6040
don't use auth action
morganchen12 Oct 16, 2023
65f4b7e
env crimes
morganchen12 Oct 16, 2023
7a0da86
path
morganchen12 Oct 16, 2023
e427200
is gcloud even necessary
morganchen12 Oct 16, 2023
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
Prev Previous commit
Next Next commit
don't use auth action
  • Loading branch information
morganchen12 committed Oct 16, 2023
commit f0b6040522f63eaf62b2c4458865cb0816050c17
7 changes: 3 additions & 4 deletions .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,11 @@ jobs:
google-service-account.json "$plist_secret"

# create composite indexes with Terraform
- name: Authenticate Google Cloud SDK
uses: google-github-actions/auth@v1
with:
credentials_json: google-service-account.json
- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v1
- name: Authenticate Google Cloud SDK
run: |
gcloud auth login --cred-file="google-service-account.json"
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
- name: Terraform Init
Expand Down