You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Description
Support Firebase Data Connect in Terraform. Firebase Data Connect is a relational database service for mobile and web apps that lets you build and scale using a fully-managed PostgreSQL database powered by Cloud SQL. It provides secure schema, query and mutation management using GraphQL technology that integrates well with Firebase Authentication. To use FDC, one should
Enable FDC and create an FDC service <-- applicable to Terraform
Specify the database schema and queries in GraphQL <-- not applicable to Terraform
Update client side code to use FDC <-- not applicable to Terraform
Community Note
Description
Support Firebase Data Connect in Terraform. Firebase Data Connect is a relational database service for mobile and web apps that lets you build and scale using a fully-managed PostgreSQL database powered by Cloud SQL. It provides secure schema, query and mutation management using GraphQL technology that integrates well with Firebase Authentication. To use FDC, one should
New or Affected Resource(s)
google_firebasedataconnect_service
(corresponding REST API)Potential Terraform Configuration
To enable FDC and create an FDC service
References
No response
The text was updated successfully, but these errors were encountered: