Class FirebaseManagementService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Firebase Management API.
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public static class FirebaseManagementService.ScopeConstants
Fields
CloudPlatform
See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
Declaration
public const string CloudPlatform = "https://www.googleapis.com/auth/cloud-platform"
Field Value
Type | Description |
---|---|
string |
CloudPlatformReadOnly
View your data across Google Cloud services and see the email address of your Google Account
Declaration
public const string CloudPlatformReadOnly = "https://www.googleapis.com/auth/cloud-platform.read-only"
Field Value
Type | Description |
---|---|
string |
Firebase
View and administer all your Firebase data and settings
Declaration
public const string Firebase = "https://www.googleapis.com/auth/firebase"
Field Value
Type | Description |
---|---|
string |
FirebaseReadonly
View all your Firebase data and settings
Declaration
public const string FirebaseReadonly = "https://www.googleapis.com/auth/firebase.readonly"
Field Value
Type | Description |
---|---|
string |