---
title: Google Cloud Firebase Hosting monitoring integration
source: https://docs.newrelic.com/docs/infrastructure/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-firebase-hosting-monitoring-integration
---

[New Relic integrations](https://docs.newrelic.com/docs/infrastructure/introduction-infra-monitoring) with the [Google Cloud Platform (GCP)](https://cloud.google.com/) include one that reports [Google Firebase Hosting](https://firebase.google.com/products/hosting) data to New Relic. This document explains how to activate the GCP Firebase Hosting integration and describes the data it reports.

## Features

Firebase Hosting is Google Cloud's fully managed hosting service for static and dynamic web content. New Relic Firebase Hosting integration collects network egress and storage metrics for each Firebase Hosting domain.

## Activate integration [#activate]

To enable the integration, follow standard procedures to [connect your GCP service to New Relic](https://docs.newrelic.com/docs/connect-google-cloud-platform-services-infrastructure):

-   [Connect with Workload Identity Federation (recommended)](https://docs.newrelic.com/docs/connect-google-cloud-platform-services-infrastructure)
-   [Connect with service account or user account](https://docs.newrelic.com/docs/connect-google-cloud-platform-services-infrastructure)

## Polling frequency [#polling]

New Relic integrations query your GCP services according to a polling interval that varies by integration. The polling frequency for Google Cloud Firebase Hosting is 5 minutes. The resolution is 1 data point every minute.

## Workload Identity Federation [#wif]

### Find and use data [#find-data-wif]

After you enable the integration, your Firebase Hosting resources appear as entities in the New Relic entity explorer. To see dashboards and manage services, go to [one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Infrastructure > GCP.

All Firebase Hosting metrics available in GCP Cloud Monitoring are collected as dimensional metrics in the `Metric` event type. Additional metrics beyond this table are collected automatically. See [Google's Firebase Hosting metrics documentation](https://cloud.google.com/monitoring/api/metrics_gcp_d_h#gcp-firebasehosting) for the complete list.

#### Entities

**Firebase Hosting entities**

| Entity | Entity type                | Resource type     |
| ------ | -------------------------- | ----------------- |
| Domain | `GCPFIREBASEHOSTINGDOMAIN` | `firebase_domain` |

### Metric data [#metrics-wif]

#### Key metrics — Domain

| Metric name                                      | Unit  | Description                                                                          |
| ------------------------------------------------ | ----- | ------------------------------------------------------------------------------------ |
| `gcp.firebasehosting.network.sent_bytes_count`   | Bytes | Outgoing bandwidth served from the Firebase Hosting domain.                          |
| `gcp.firebasehosting.network.monthly_sent`       | Bytes | Total outgoing bytes from the Firebase Hosting domain, aggregated and reset monthly. |
| `gcp.firebasehosting.network.monthly_sent_limit` | Bytes | Monthly network limit for the Firebase Hosting domain.                               |
| `gcp.firebasehosting.storage.total_bytes`        | Bytes | Storage in use by the Firebase Hosting domain.                                       |
| `gcp.firebasehosting.storage.limit`              | Bytes | Storage limit for the Firebase Hosting domain.                                       |

For the complete list of Firebase Hosting metrics, see [Google's Firebase Hosting metrics documentation](https://cloud.google.com/monitoring/api/metrics_gcp_d_h#gcp-firebasehosting).

## Service account or user account [#service-account]

### Find and use data [#find-data]

After activating the integration and waiting a few minutes (based on the [polling frequency](#polling)), data will appear in the New Relic UI. To [find and use your data](https://docs.newrelic.com/docs/infrastructure/integrations/find-use-infrastructure-integration-data), including links to your dashboards and alert settings, go to [one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Infrastructure > GCP > (select an integration).

Data is attached to the following [event type](https://docs.newrelic.com/docs/data-apis/understand-data/new-relic-data-types/#event-data):

| Entity | Event Type                       | Provider                   |
| ------ | -------------------------------- | -------------------------- |
| Domain | `GcpFirebasehostingDomainSample` | `GcpFirebasehostingDomain` |

For more on how to use your data, see [Understand and use integration data](https://docs.newrelic.com/docs/infrastructure/integrations/find-use-infrastructure-integration-data).

### Firebase Hosting Domain data

| Metric                     | Unit  | Description                                                 |
| -------------------------- | ----- | ----------------------------------------------------------- |
| `network.MonthlySent`      | Bytes | The total outgoing bytes sent aggregated and reset monthly. |
| `network.MonthlySentLimit` | Bytes | The monthly network limit for Firebase Hosting.             |
| `network.SentBytes`        | Bytes | The outgoing bandwidth usage for Firebase Hosting.          |
| `storage.Limit`            | Bytes | The storage limit for Firebase Hosting.                     |
| `storage.TotalBytes`       | Bytes | The size of the Firebase Hosting storage.                   |
