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 09915c0 commit 0dd1e0cCopy full SHA for 0dd1e0c
packages/firestore/src/core/firestore_client.ts
@@ -254,10 +254,9 @@ export async function setOnlineComponentProvider(
254
const offlineComponentProvider = await ensureOfflineComponents(client);
255
256
logDebug(LOG_TAG, 'Initializing OnlineComponentProvider');
257
- const configuration = await client.configuration;
258
await onlineComponentProvider.initialize(
259
offlineComponentProvider,
260
- configuration
+ client.configuration
261
);
262
// The CredentialChangeListener of the online component provider takes
263
// precedence over the offline component provider.
0 commit comments