File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages-exp/remote-config-exp/src Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- import '@firebase/installations-exp' ;
1918import { registerRemoteConfig } from './register' ;
2019
2120// Facilitates debugging by enabling settings changes without rebuilding asset.
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ import { ErrorCode, ERROR_FACTORY } from './errors';
3636import { RemoteConfig as RemoteConfigImpl } from './remote_config' ;
3737import { Storage } from './storage/storage' ;
3838import { StorageCache } from './storage/storage_cache' ;
39+ // This needs to be in the same file that calls `getProvider()` on the component
40+ // or it will get tree-shaken out.
41+ import '@firebase/installations-exp' ;
3942
4043export function registerRemoteConfig ( ) : void {
4144 _registerComponent (
You can’t perform that action at this time.
0 commit comments