Skip to content

Commit a41e556

Browse files
author
Mike Diarmid
authored
feat(Other): Add Remote Config support (#7895)
1 parent fbb773a commit a41e556

40 files changed

+3717
-31
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// We need to share firebase imports between modules, otherwise
2+
// apps and instances of the firebase modules are not shared.
3+
import 'firebase/app';
4+
export { getApp } from 'firebase/app';
5+
export * from 'firebase/remote-config';
6+
export { makeIDBAvailable } from './memidb';

0 commit comments

Comments
 (0)