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
Whether to fetch iOS/Android app config artifacts after app creation.
firebase_ios_apps
list(object)
[]
Optional list of Firebase iOS apps (display_name, bundle_id, optional app_store_id/team_id/deletion_policy). bundle_id values must be unique.
firebase_android_apps
list(object)
[]
Optional list of Firebase Android apps (display_name, package_name, optional sha1_hashes/sha256_hashes/deletion_policy). package_name values must be unique.
Outputs
Name
Description
Sensitive
project_id
Project ID in projects/{{project_id}} format.
No
ios_apps
Map of created Firebase iOS apps keyed by bundle ID.
No
android_apps
Map of created Firebase Android apps keyed by package name.
No
ios_app_config
Map of iOS app config artifacts keyed by bundle ID (base64 config content). Empty map when fetch_mobile_app_config is false.
Yes
android_app_config
Map of Android app config artifacts keyed by package name (base64 config content). Empty map when fetch_mobile_app_config is false.
Yes
License
Apache 2. See LICENSE.
About
Terraform module to create Google Firebase resources