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 8619eac commit e92d844Copy full SHA for e92d844
packages/firestore/src/api/database.ts
@@ -222,7 +222,7 @@ export class Firestore
222
currentSettings.host !== settingsLiteral.host
223
) {
224
logWarn(
225
- 'The original host is being overridden. If you did not intend ' +
+ 'You are overriding the original host. If you did not intend ' +
226
'to override your settings, use {merge: true}.'
227
);
228
}
0 commit comments