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 692c448 commit 722881aCopy full SHA for 722881a
packages/firestore/src/local/simple_db.ts
@@ -326,9 +326,9 @@ export class SimpleDb {
326
reject(
327
new FirestoreError(
328
Code.FAILED_PRECONDITION,
329
- 'Unable to open an IndexedDb connection. This could be due to running in a ' +
+ 'Unable to open an IndexedDB connection. This could be due to running in a ' +
330
'private browsing session on a browser whose private browsing sessions do not ' +
331
- 'support IndexedDb. (' +
+ 'support IndexedDB. (' +
332
error +
333
')'
334
)
0 commit comments