Skip to content

Commit 6fdc6e1

Browse files
Remove Closure build (#2646)
1 parent 3679e87 commit 6fdc6e1

File tree

2 files changed

+0
-58
lines changed

2 files changed

+0
-58
lines changed

packages/firestore/src/platform/config.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,3 @@ export function configureForFirebase(firebase: FirebaseNamespace): void {
7272
).setServiceProps(shallowCopy(firestoreNamespace))
7373
);
7474
}
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-
}

packages/firestore/src/platform/config/goog_module_config.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)