File tree Expand file tree Collapse file tree 2 files changed +0
-58
lines changed
packages/firestore/src/platform Expand file tree Collapse file tree 2 files changed +0
-58
lines changed Original file line number Diff line number Diff line change @@ -72,18 +72,3 @@ export function configureForFirebase(firebase: FirebaseNamespace): void {
72
72
) . setServiceProps ( shallowCopy ( firestoreNamespace ) )
73
73
) ;
74
74
}
75
-
76
- /**
77
- * Exports the Firestore namespace into the provided `exportObject` object under
78
- * the key 'firestore'. This is used for wrapped binary that exposes Firestore
79
- * as a goog module.
80
- */
81
- export function configureForStandalone ( exportObject : {
82
- [ key : string ] : { } ;
83
- } ) : void {
84
- const copiedNamespace = shallowCopy ( firestoreNamespace ) ;
85
- // Unlike the use with Firebase, the standalone allows the use of the
86
- // constructor, so export it's internal class
87
- copiedNamespace [ 'Firestore' ] = Firestore ;
88
- exportObject [ 'firestore' ] = copiedNamespace ;
89
- }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments