You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The screen_view events are being auto logged regardless of ScreenTrackingService being provided in the module. The issue I have is that the screen_view events are giving an identifiable screen class name and so I'm going to do it manually and so need to deactivate the auto logging ones.
Version info
Angular: 10.1.3
Firebase: 7.21.1
AngularFire: 6.0.3
How to reproduce these conditions
Steps to set up and reproduce
import { AngularFireAnalyticsModule } from '@angular/fire/analytics';
@NgModule({
imports: [
AngularFireModule.initializeApp(environment.firebase),
AngularFireAnalyticsModule
],
providers: []
})
export class AppModule { }
Expected behavior
No screen_view changes to show up unless ScreenTrackingService is provided.
Actual behavior
Each route change a screen_view event is logged
The text was updated successfully, but these errors were encountered:
The screen_view events are being auto logged regardless of ScreenTrackingService being provided in the module. The issue I have is that the screen_view events are giving an identifiable screen class name and so I'm going to do it manually and so need to deactivate the auto logging ones.
Version info
Angular: 10.1.3
Firebase: 7.21.1
AngularFire: 6.0.3
How to reproduce these conditions
Steps to set up and reproduce
Expected behavior
No screen_view changes to show up unless ScreenTrackingService is provided.
Actual behavior
Each route change a screen_view event is logged
The text was updated successfully, but these errors were encountered: