File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/firestore/src/local Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,9 @@ const CLIENT_METADATA_REFRESH_INTERVAL_MS = 4000;
106
106
/** User-facing error when the primary lease is required but not available. */
107
107
const PRIMARY_LEASE_EXCLUSIVE_ERROR_MSG =
108
108
'Failed to obtain exclusive access to the persistence layer. To allow ' +
109
- 'shared access, multi-tab synchronization has to be enabled in all tabs.' ;
109
+ 'shared access, multi-tab synchronization has to be enabled in all tabs. ' +
110
+ 'If you are using `experimentalForceOwningTab:true`, make sure that only ' +
111
+ 'one tab has persistence enabled at any given time.' ;
110
112
const UNSUPPORTED_PLATFORM_ERROR_MSG =
111
113
'This platform is either missing IndexedDB or is known to have ' +
112
114
'an incomplete implementation. Offline persistence has been disabled.' ;
You can’t perform that action at this time.
0 commit comments