We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1eb865 commit 0ef7e92Copy full SHA for 0ef7e92
src/modules/remote-config/plugins/firebase.ts
@@ -8,7 +8,7 @@ import type { RemoteConfig } from '../types';
8
const defaultConfig: RemoteConfig = {
9
extension_wallet_name_flags: {},
10
extension_uninstall_link: '',
11
- extension_loyalty_enabled: false,
+ extension_loyalty_enabled: true,
12
loyalty_config: {},
13
};
14
0 commit comments