We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953e499 commit 7149472Copy full SHA for 7149472
packages/analytics/src/errors.ts
@@ -66,7 +66,7 @@ const ERRORS: ErrorMap<AnalyticsError> = {
66
[AnalyticsError.NO_APP_ID]:
67
'The "appId" field is empty in the local Firebase config. Firebase Analytics requires this field to' +
68
'contain a valid app ID.',
69
- [AnalyticsError.NO_CLIENT_ID]: 'The "client_id" field is empty or falsy.'
+ [AnalyticsError.NO_CLIENT_ID]: 'The "client_id" field is empty.'
70
};
71
72
interface ErrorParams {
0 commit comments