Viewing docs for Google Cloud v9.22.0
published on Friday, May 1, 2026 by Pulumi
published on Friday, May 1, 2026 by Pulumi
Viewing docs for Google Cloud v9.22.0
published on Friday, May 1, 2026 by Pulumi
published on Friday, May 1, 2026 by Pulumi
A Google Cloud Firebase Admin SDK configuration
Warning: This resource is in beta, and should be used with the terraform-provider-google-beta provider. See Provider Versions for more details on beta resources.
To get more information about AdminSdkConfig, see:
- API documentation
- How-to Guides
Using getAdminSdkConfig
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAdminSdkConfig(args: GetAdminSdkConfigArgs, opts?: InvokeOptions): Promise<GetAdminSdkConfigResult>
function getAdminSdkConfigOutput(args: GetAdminSdkConfigOutputArgs, opts?: InvokeOptions): Output<GetAdminSdkConfigResult>def get_admin_sdk_config(project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAdminSdkConfigResult
def get_admin_sdk_config_output(project: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAdminSdkConfigResult]func GetAdminSdkConfig(ctx *Context, args *GetAdminSdkConfigArgs, opts ...InvokeOption) (*GetAdminSdkConfigResult, error)
func GetAdminSdkConfigOutput(ctx *Context, args *GetAdminSdkConfigOutputArgs, opts ...InvokeOption) GetAdminSdkConfigResultOutput> Note: This function is named GetAdminSdkConfig in the Go SDK.
public static class GetAdminSdkConfig
{
public static Task<GetAdminSdkConfigResult> InvokeAsync(GetAdminSdkConfigArgs args, InvokeOptions? opts = null)
public static Output<GetAdminSdkConfigResult> Invoke(GetAdminSdkConfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAdminSdkConfigResult> getAdminSdkConfig(GetAdminSdkConfigArgs args, InvokeOptions options)
public static Output<GetAdminSdkConfigResult> getAdminSdkConfig(GetAdminSdkConfigArgs args, InvokeOptions options)
fn::invoke:
function: gcp:firebase/getAdminSdkConfig:getAdminSdkConfig
arguments:
# arguments dictionaryThe following arguments are supported:
- Project string
- The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Project string
- The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- project String
- The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- project string
- The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- project str
- The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- project String
- The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
getAdminSdkConfig Result
The following output properties are available:
- Database
Url string - The default Firebase Realtime Database URL.
- Id string
- Location
Id string - The ID of the project's default GCP resource location.
- Project string
- The ID of the project in which the resource belongs.
- Storage
Bucket string - The default Cloud Storage for Firebase storage bucket name.
- Database
Url string - The default Firebase Realtime Database URL.
- Id string
- Location
Id string - The ID of the project's default GCP resource location.
- Project string
- The ID of the project in which the resource belongs.
- Storage
Bucket string - The default Cloud Storage for Firebase storage bucket name.
- database
Url String - The default Firebase Realtime Database URL.
- id String
- location
Id String - The ID of the project's default GCP resource location.
- project String
- The ID of the project in which the resource belongs.
- storage
Bucket String - The default Cloud Storage for Firebase storage bucket name.
- database
Url string - The default Firebase Realtime Database URL.
- id string
- location
Id string - The ID of the project's default GCP resource location.
- project string
- The ID of the project in which the resource belongs.
- storage
Bucket string - The default Cloud Storage for Firebase storage bucket name.
- database_
url str - The default Firebase Realtime Database URL.
- id str
- location_
id str - The ID of the project's default GCP resource location.
- project str
- The ID of the project in which the resource belongs.
- storage_
bucket str - The default Cloud Storage for Firebase storage bucket name.
- database
Url String - The default Firebase Realtime Database URL.
- id String
- location
Id String - The ID of the project's default GCP resource location.
- project String
- The ID of the project in which the resource belongs.
- storage
Bucket String - The default Cloud Storage for Firebase storage bucket name.
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.
Viewing docs for Google Cloud v9.22.0
published on Friday, May 1, 2026 by Pulumi
published on Friday, May 1, 2026 by Pulumi
