Analytics

Firebase Analytics

If you already done with section Integration firebase analytics will be active. But you can disable analytics by set configuration at data/AppConfig.java with false value.

// flag for tracking analytics
public static final boolean FIREBASE_ANALYTICS = true;

FYI, firebase analytics has no realtime overview to validate your analytics works or not you need to wait in several time. Its should be under 1 day.

Last updated