-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 google_firebase_android_app resource #8293
Comments
Same as others the other linked requests, we will need a REST API for this |
This ticket is labeled "waiting-response". Does that mean it is waiting for a response from me? |
Ah, nope that was a mistake. There is an API for this, so I've sized & milestoned it |
@mleonhard when can this be available in tf code? |
Here is the code for a module I created to do that using the firebase CLI. It's far from perfect, sometimes I need to apply multiple times, but it does the job: https://gist.github.com/canatella/121eab76622679b477bfdb0e19fd99b2 This is how I use it:
|
@canatella thank you let me test it as well. |
FYI: Android App is available in the google-beta provider now: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/firebase_android_app |
I think this can probably be closed now, right? |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
I wish to automate configuring Firebase Cloud Messaging for Android apps. This has several purposes:
New or Affected Resource(s)
google_firebase_android_app
resourcegoogle_firebase_project_id
package_name
google_services_json
attributePotential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: