Top "Angularfire" questions

AngularFire is an officially supported AngularJS binding for Firebase which is a cloud database designed to power real-time, collaborative applications.

Firebase's AngularFire in an AngularJS service

The best way of handling Firebase in AngularJS surely has to be from within a service, so it's available to …

angularjs firebase angularjs-service angularfire
Managing unread messages in firebase chat

I'm building real time chat, very similar with skype one. I use firebase as backend and angularfire on client side. …

firebase angularfire
Firebase CommonJS or AMD dependencies can cause optimization bailouts

After Angular 10 update, i have these warnings about Firebase and CommonJS or AMD dependencies ! WARNING in /Users/knewtone/yet/projects/…

angular firebase angularfire
AngularFire2 firestore take(1) on doc valueChanges

Using AngularFire2 I try to get data from a single Firestore document. What works is: this.addressRef = afs.doc<…

angular firebase angularfire google-cloud-firestore
How to Redirect with UI Router When Session Expires in Firebase

I'm using Angular with Firebase and UI Router. I'm using anonymous authentication. When a session expires, I would like the …

angularjs angular-ui-router firebase angularfire firebase-security