service property

GoogleFirebaseAppcheckV1betaService? service
getter/setter pair

The Service to update.

The Service's name field is used to identify the Service to be updated, in the format: projects/{project_number}/services/{service_id} Note that the service_id element must be a supported service ID. Currently, the following service IDs are supported: * firebasestorage.googleapis.com (Cloud Storage for Firebase) * firebasedatabase.googleapis.com (Firebase Realtime Database)

Required.

Implementation

GoogleFirebaseAppcheckV1betaService? service;