Fix Bug 64384

This commit is contained in:
Viktor Fomin 2023-10-18 14:19:22 +03:00
parent 10e5c877c0
commit d0a29fc5a3

View File

@ -88,7 +88,7 @@ class FirebaseHelper {
if (!this.isEnabled) return Promise.reject("Not enabled");
const res = await this.remoteConfig.fetchAndActivate();
const barValue = this.remoteConfig.getValue("bar");
const barValue = this.remoteConfig.getValue("docspace_bar");
const barString = barValue && barValue.asString();
if (!barValue || !barString) {