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 vs AngularFire

I am working on an Angular App, which is connected with Firebase Real-time database. I am currently using AngularFire for …

angularjs angular firebase firebase-realtime-database angularfire
firebase $add() .push() .set()

I am using firebase, and angularfire. there are so many ways to do CRUD with the Firebase Api actually, I …

javascript angularjs firebase angularfire
Firebase total user count

Is there a way to get all the users' count in firebase? (authenticated via password, facebook, twitter, etc.) Total of …

javascript angularjs firebase angularfire firebase-authentication
How to loop through $firebaseArray

I created an array of users like so - var ref = new Firebase(FIREBASE_URL + '/users'); var users = $firebaseArray(…

angularjs firebase angularfire
Get apiKey to firebase

I need get apiKey to firebase app. In documentation the example is: var config = { apiKey: '<your-api-key>', …

angularjs cordova ionic-framework firebase angularfire
Firebase - Filter by a column

I'm using Firebase for my Angular.js application. I'm looking for the equivalent of SQL's WHERE statement for Firebase. I …

angularjs firebase angularfire
How to just create an user in Firebase 3 and do not authenticate it?

I am working on a angularfire project and I would like to know how can I create an user in …

javascript firebase firebase-authentication angularfire
Property 'auth' does not exist on type 'AngularFireAuth'

Getting this error when using angularfire. Have checked my imports and they seem to be correct. I have tried to …

angular firebase angularfire
Updating an item in a FirebaseListObservable using AngularFire 2

I'm trying to update an item in a FirebaseListObservable object in an Angular2 project using Angularfire2. The definition for the …

angular angularfire