Skip to content

Commit 7149472

Browse files
committed
Update AnalyticsError.NO_CLIENT_ID message
1 parent 953e499 commit 7149472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/analytics/src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const ERRORS: ErrorMap<AnalyticsError> = {
6666
[AnalyticsError.NO_APP_ID]:
6767
'The "appId" field is empty in the local Firebase config. Firebase Analytics requires this field to' +
6868
'contain a valid app ID.',
69-
[AnalyticsError.NO_CLIENT_ID]: 'The "client_id" field is empty or falsy.'
69+
[AnalyticsError.NO_CLIENT_ID]: 'The "client_id" field is empty.'
7070
};
7171

7272
interface ErrorParams {

0 commit comments

Comments
 (0)