Pratik Thakare

Results 5 comments of Pratik Thakare

Seems interesting! Is it alright if I pick this up?

There is a PR raised that can solve this (https://github.com/oatpp/oatpp-swagger/pull/66) without changing the version of cmake. Could we work on this I am tired of doing it manually.

Is there a way to connect the **Default Hosting Site** to the **Web App**?

> @kryptoblack Yes, if you are using Terraform 1.5 or above, you can use an [import block](https://developer.hashicorp.com/terraform/language/import). https://registry.terraform.io/providers/hashicorp/google-beta/latest/docs/resources/firebase_hosting_site > > ```terraform > import { > id = "projects/project-id/sites/project-id" > to...

> Did you solve how to use a custom domain for a `google_firebase_web_app` ? I just went ahead with breaking it into two parts and using [terraform_remote_state](https://www.terraform.io/docs/providers/terraform/d/remote_state.html) as stated above....