1. Packages
  2. Packages
  3. Google Cloud (GCP) Classic
  4. API Docs
  5. firebase
  6. getAdminSdkConfig
Viewing docs for Google Cloud v9.22.0
published on Friday, May 1, 2026 by Pulumi
gcp logo
Viewing docs for Google Cloud v9.22.0
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:

    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 dictionary

    The 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:

    DatabaseUrl string
    The default Firebase Realtime Database URL.
    Id string
    LocationId string
    The ID of the project's default GCP resource location.
    Project string
    The ID of the project in which the resource belongs.
    StorageBucket string
    The default Cloud Storage for Firebase storage bucket name.
    DatabaseUrl string
    The default Firebase Realtime Database URL.
    Id string
    LocationId string
    The ID of the project's default GCP resource location.
    Project string
    The ID of the project in which the resource belongs.
    StorageBucket string
    The default Cloud Storage for Firebase storage bucket name.
    databaseUrl String
    The default Firebase Realtime Database URL.
    id String
    locationId String
    The ID of the project's default GCP resource location.
    project String
    The ID of the project in which the resource belongs.
    storageBucket String
    The default Cloud Storage for Firebase storage bucket name.
    databaseUrl string
    The default Firebase Realtime Database URL.
    id string
    locationId string
    The ID of the project's default GCP resource location.
    project string
    The ID of the project in which the resource belongs.
    storageBucket 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.
    databaseUrl String
    The default Firebase Realtime Database URL.
    id String
    locationId String
    The ID of the project's default GCP resource location.
    project String
    The ID of the project in which the resource belongs.
    storageBucket 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-beta Terraform Provider.
    gcp logo
    Viewing docs for Google Cloud v9.22.0
    published on Friday, May 1, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.