ftl
Firebase Test Lab
Dev ToolsGCP
General
General information about the service.
Description
Firebase Test Lab provides cloud-based infrastructure for testing Android and iOS apps. Run tests across a wide variety of real devices and virtual devices hosted in Google data centers.
Service ID
testing.googleapis.comResource Pattern
projects/{project}/testMatrices/{matrix}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
ftl-{workload}-{env}Length
4-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
global
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_project_service" "test_lab" {2 project = var.project_id3 service = "testing.googleapis.com"4}
Utilities
Utilities to support app deployment or configuration.