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 2ef04a7 commit 84ba36eCopy full SHA for 84ba36e
packages/remote-config/src/abt/experiment.ts
@@ -89,7 +89,7 @@ export class Experiment {
89
analytics.setUserProperties(customProperty);
90
analytics.logEvent(`set_firebase_experiment_state`);
91
} else {
92
- this.logger.warn(`Analytics import failed`);
+ this.logger.warn(`Analytics import failed. Verify if you have imported Firebase Analytics in your app code.`);
93
}
94
} catch (error) {
95
throw ERROR_FACTORY.create(ErrorCode.ANALYTICS_UNAVAILABLE, {
0 commit comments