Skip to content

Commit

Permalink
add installations to version logging constants (#2433)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Dec 12, 2019
1 parent 2ceec15 commit 627bce6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { name as analyticsName } from '../../analytics/package.json';
import { name as authName } from '../../auth/package.json';
import { name as databaseName } from '../../database/package.json';
import { name as functionsName } from '../../functions/package.json';
import { name as installationsName } from '../../installations/package.json';
import { name as messagingName } from '../../messaging/package.json';
import { name as performanceName } from '../../performance/package.json';
import { name as remoteConfigName } from '../../remote-config/package.json';
Expand All @@ -34,6 +35,7 @@ export const PLATFORM_LOG_STRING = {
[authName]: 'fire-auth',
[databaseName]: 'fire-rtdb',
[functionsName]: 'fire-fn',
[installationsName]: 'fire-iid',
[messagingName]: 'fire-fcm',
[performanceName]: 'fire-perf',
[remoteConfigName]: 'fire-rc',
Expand Down

0 comments on commit 627bce6

Please sign in to comment.