Top "Angularfire2" questions

AngularFire is the officially supported Angular binding for Firebase.

EXCEPTION: This browser is not supported or 3rd party cookies and data may be disabled

This error occurs when our users "Block third-party cookies and site data". To replicate the error, go to: Check your …

firebase firebase-authentication angularfire2
Firestore how to get the collection value from another collection document id is referenced

I have two fire store collection with following reference image . I want to get the firstName and title. Here signup_…

angular typescript firebase angularfire2 google-cloud-firestore
How do I get the current user's access token in AngularFire2?

In AngularFire you were able to access the providers (e.g Google) accessToken for the authenticated user. There does not …

javascript firebase firebase-authentication angularfire2
RxJS 6 switchMap Deprecated Symbol used

I've updated from Angular 5 to Angular 6. Now I'm trying to update my code to make it compatible with RxJS 6. .pipe( …

angular rxjs angular5 angularfire2 angular6
Display loading while using Observable with Async pipe in template

Situation: I am using FirebaseObjectObservable to populate my Ionic 2 (rc0) template. Template code: <ion-card-content> <p>{{(course | …

angular ionic2 observable angularfire2