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

Add Firestore setup automation #114

Closed
dinagraves opened this issue Jul 16, 2021 · 3 comments · Fixed by #163
Closed

Add Firestore setup automation #114

dinagraves opened this issue Jul 16, 2021 · 3 comments · Fixed by #163
Assignees
Labels
component: content-api Related to the Content API. component: delivery Related to automation, testing, deployment of the application. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone

Comments

@dinagraves
Copy link
Contributor

dinagraves commented Jul 16, 2021

For both the ops environment and the prod/staging environments.

Supports #25

@dinagraves dinagraves added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Jul 16, 2021
@dinagraves
Copy link
Contributor Author

  • Enable the API
  • Create a Datastore Native DB

@grayside
Copy link
Collaborator

Assigning to @engelke to confirm:

  1. Which Firestore mode are we using?
  2. Do we need to create any indexes? Firestore Index is one of (perhaps the only) Terraform resource for Firestore.

@grayside grayside added component: content-api Related to the Content API. component: delivery Related to automation, testing, deployment of the application. labels Jul 19, 2021
@grayside grayside changed the title Add Firestore / Datastore (?) to terraform Add Firestore setup automation Jul 19, 2021
@engelke
Copy link
Contributor

engelke commented Jul 19, 2021

We are using Cloud Firestore in Native Mode (which is to say, firestore mode, not datastore mode). So far, we haven't created any indexes because we're only using simple queries. If we need to add some in the future we'll add a yaml file for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: content-api Related to the Content API. component: delivery Related to automation, testing, deployment of the application. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants