Web: Common: fix firebase isEnabled

This commit is contained in:
Viktor Fomin 2021-10-21 16:44:29 +03:00
parent d6da7a7fb2
commit 498a625ce8

View File

@ -53,8 +53,8 @@ class FirebaseHelper {
this.config["projectId"] &&
this.config["storageBucket"] &&
this.config["messagingSenderId"] &&
this.config["appId"] &&
this.config["measurementId"]
this.config["appId"] /*&&
this.config["measurementId"]*/
);
}