File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/firestore/src/api Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ const DOM_EXCEPTION_QUOTA_EXCEEDED = 22;
58
58
* the methods that are patched into its prototype.
59
59
*/
60
60
export interface PrivateFirestore {
61
- _settings : FirestoreSettings ;
62
- _firestoreClient : FirestoreClient | undefined ;
63
- _queue : AsyncQueue ;
64
- _configureClient ( persistenceFactory : PersistenceFactory ) : Promise < void > ;
65
- makeDatabaseInfo ( ) : DatabaseInfo ;
66
- } ;
61
+ _settings : FirestoreSettings ;
62
+ _firestoreClient : FirestoreClient | undefined ;
63
+ _queue : AsyncQueue ;
64
+ _configureClient ( persistenceFactory : PersistenceFactory ) : Promise < void > ;
65
+ makeDatabaseInfo ( ) : DatabaseInfo ;
66
+ }
67
67
68
68
/** Settings to use for IndexedDB persistence. */
69
69
export class IndexedDbPersistenceSettings {
You can’t perform that action at this time.
0 commit comments