There was an error while loading. Please reload this page.
1 parent 722881a commit dc38ea4Copy full SHA for dc38ea4
1 file changed
packages/firestore/src/local/simple_db.ts
@@ -328,9 +328,8 @@ export class SimpleDb {
328
Code.FAILED_PRECONDITION,
329
'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. (' +
332
- error +
333
- ')'
+ 'support IndexedDB: ' +
+ error
334
)
335
);
336
} else {
0 commit comments