---
title: Google Cloud Firebase App Hosting monitoring integration
source: https://docs.newrelic.com/docs/infrastructure/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-firebase-app-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 [Firebase App Hosting](https://firebase.google.com/docs/app-hosting) data to New Relic. This document explains how to activate the GCP Firebase App Hosting integration and describes the data it reports.

## Features

Firebase App Hosting is Google's managed hosting service for dynamic, server-rendered web applications built with frameworks such as Next.js and Angular. New Relic Firebase App Hosting integration collects request throughput and response traffic volume for each App Hosting backend.

## Activate integration [#activate]

> #### ⚠️ IMPORTANT
>
> This integration is available only when you connect your GCP project with Workload Identity Federation. It isn't available for service account or user account connections.

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) with Workload Identity Federation.

## Polling frequency [#polling]

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

## Workload Identity Federation [#wif]

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

All Firebase App Hosting metrics available in GCP Cloud Monitoring are collected as dimensional metrics in the `Metric` event type.

This integration doesn't create entities in the New Relic entity explorer. Query its metrics directly on the `Metric` event type, for example:

```sql
FROM Metric SELECT count(*) WHERE metricName LIKE 'gcp.firebaseapphosting.%' FACET metricName
```

### Metric data [#metrics-wif]

**Backend — 2 metrics**

| Metric name                                           | Unit  | Description                                   |
| ----------------------------------------------------- | ----- | --------------------------------------------- |
| `gcp.firebaseapphosting.backend.request_count`        | Count | Count of user requests served by the backend. |
| `gcp.firebaseapphosting.backend.response_bytes_count` | Bytes | Bytes sent in response to user requests.      |

> #### ⚠️ IMPORTANT
>
> Google classifies both Firebase App Hosting metrics as beta at the time of writing, so their availability and definitions may change. See [Google's Firebase App Hosting metrics documentation](https://cloud.google.com/monitoring/api/metrics_gcp_d_h#gcp-firebaseapphosting) for current status.
