diff --git a/src/components/hooks/use-third-party-flags.tsx b/src/components/hooks/use-third-party-flags.tsx index bc2e84f6713..83e4a8d9cf8 100644 --- a/src/components/hooks/use-third-party-flags.tsx +++ b/src/components/hooks/use-third-party-flags.tsx @@ -5,7 +5,7 @@ import { getDatabase, ref, onValue } from 'firebase/database' import featuresConfig from '../../../static/appConfig' const thirdPartyFlagsConfig = { - databaseURL: 'https://app-config-staging.firebaseio.com', + databaseURL: 'https://app-config-prod.firebaseio.com', } const useThirdPartyFlags = (featurePath) => {