This message was deleted.
# general
s
This message was deleted.
b
Hi @shy-engine-52236 My apologies here but at this point, we only have support for firestore index and document in Pulumi at this time
c
Yes, you can. Firestore runs one database per GCP project. When you have a new GCP project you need to choose if you want to use a Datastore mode or native mode, which is firestore. To enable this you need to use the appengine https://www.pulumi.com/docs/reference/pkg/gcp/appengine/application/#properties and set the
CLOUD_FIRESTORE
as DatabaseType, after that you can create collections through your firebase SDK when you interact with the Firestore.
🙌 1
b
well TIL! Thank you so much @creamy-engine-1851
c
No problem!
s
Thank you both! I will work on implementing this today! 😁