We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e7663 commit 6a50397Copy full SHA for 6a50397
packages/firestore/src/core/component_provider.ts
@@ -59,14 +59,14 @@ import { DatabaseInfo } from './database_info';
59
import { EventManager, newEventManager } from './event_manager';
60
import { SyncEngine } from './sync_engine';
61
import {
62
+ newSyncEngine,
63
syncEngineApplyActiveTargetsChange,
64
syncEngineApplyBatchState,
65
syncEngineApplyOnlineStateChange,
66
syncEngineApplyPrimaryState,
67
syncEngineApplyTargetState,
68
syncEngineEnsureWriteCallbacks,
69
syncEngineGetActiveClients,
- newSyncEngine,
70
syncEngineHandleCredentialChange,
71
syncEngineSynchronizeWithChangedDocuments
72
} from './sync_engine_impl';
0 commit comments