Skip to content

Commit

Permalink
fix: add FirebaseTelemetryOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDoyle committed Feb 12, 2025
1 parent 29c4b14 commit 04a6439
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/plugins/firebase/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ export async function enableFirebaseTelemetry(
) {
await enableGoogleCloudTelemetry(options);
}

export interface FirebaseTelemetryOptions extends GcpTelemetryConfigOptions {
// future: firebase specific telemetry options
}

0 comments on commit 04a6439

Please sign in to comment.