Version info
Angular: 7 / Firebase: 5.7.3 / AngularFire: 5.1.1
I tried to implement HttpInterceptor on angularfire2/Firestore API calls (Request URL: https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?database=projects....) without success.
The requests are not crossing the Interceptor as @angular/common/http/HttpClient is not used.
Is there any workaround to integrate the Angular Interceptor functionality on those API calls?
Thank you