Gets or sets the unique ID of the service account that should be associated with an app.
Properties
Credential
GoogleCredential Credential
Gets or sets the GoogleCredential used to authorize an app.
All service calls made by the app will be authorized using this.
HttpClientFactory
HttpClientFactory HttpClientFactory
Gets or sets the HttpClientFactory to use when making Firebase requests.
ProjectId
string ProjectId
Gets or sets the Google Cloud Platform project ID that should be associated with an app.
ServiceAccountId
string ServiceAccountId
Gets or sets the unique ID of the service account that should be associated with an app.
This is used to create custom auth tokens when service account credentials are not available. The service account ID can be found in the client_email field of the service account JSON.
Public functions
AppOptions
AppOptions()
Initializes a new instance of the AppOptions class.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-03-24 UTC."],[],[],null,["FirebaseAdmin.AppOptions\n\nConfigurable options that can be specified when creating a [FirebaseApp](/docs/reference/admin/dotnet/class/firebase-admin/firebase-app#class_firebase_admin_1_1_firebase_app).\n\nSummary\n\nSee [Initialize the SDK](https://firebase.google.com/docs/admin/setup#initialize_the_sdk) for code samples and detailed documentation.\n\nProperties \n\nCredential \n\n```text\nGoogleCredential Credential\n``` \nGets or sets the GoogleCredential used to authorize an app.\n\nAll service calls made by the app will be authorized using this. \n\nHttpClientFactory \n\n```text\nHttpClientFactory HttpClientFactory\n``` \nGets or sets the HttpClientFactory to use when making Firebase requests. \n\nProjectId \n\n```text\nstring ProjectId\n``` \nGets or sets the Google Cloud Platform project ID that should be associated with an app. \n\nServiceAccountId \n\n```text\nstring ServiceAccountId\n``` \nGets or sets the unique ID of the service account that should be associated with an app.\n\nThis is used to [create custom auth tokens](https://firebase.google.com/docs/auth/admin/create-custom-tokens) when service account credentials are not available. The service account ID can be found in the `client_email` field of the service account JSON.\n\nPublic functions \n\nAppOptions \n\n```text\n AppOptions()\n``` \nInitializes a new instance of the [AppOptions](/docs/reference/admin/dotnet/class/firebase-admin/app-options#class_firebase_admin_1_1_app_options) class."]]