File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- import { registerVersion } from '@firebase/app-exp' ;
18
+ import { registerVersion , _registerComponent } from '@firebase/app-exp' ;
19
19
import {
20
20
Firestore ,
21
21
initializeFirestore ,
22
22
getFirestore
23
23
} from './src/api/database' ;
24
24
import { version } from '../package.json' ;
25
25
import { Component , ComponentType } from '@firebase/component' ;
26
- import { _registerComponent } from '@firebase/app-exp' ;
26
+
27
27
import { makeConstructorPrivate } from '../src/util/api' ;
28
28
29
29
export const PublicFirestore = makeConstructorPrivate (
Original file line number Diff line number Diff line change 60
60
},
61
61
"peerDependencies" : {
62
62
"@firebase/app" : " 0.x" ,
63
+ "@firebase/app-exp" : " 0.x" ,
63
64
"@firebase/app-types" : " 0.x" ,
64
65
"@firebase/app-types-ext" : " 0.x"
65
66
},
You can’t perform that action at this time.
0 commit comments