Top "Angularfire2" questions

AngularFire is the officially supported Angular binding for Firebase.

Getting Data out of Firebase Object with Angular2, angularfire2 and Typescript

Im currently working on a Project with Angular 2 and angularFire2. My database looks like this in Firebase: base:/data [{Name:…

angular firebase firebase-realtime-database rxjs angularfire2
Why does this firestore query require an index?

I have a query with a where() method with an equality operator and then an orderBy() method and I can't …

javascript firebase google-cloud-firestore angularfire2
Authenticate with signInWithCredential()

I'm trying to connect to the second Firebase app and authenticate with signInWithCredential(), but I don't know how to get …

firebase firebase-authentication google-identity-toolkit angularfire2
Accessing firebase.storage() with AngularFire2 (Angular2 rc.5)

I am trying to access firebase.storage() on my project, with: "@angular": "2.0.0-rc.5" "angularfire2": "^2.0.0-beta.3-pre2" "firebase": "^3.3.0" I found this …

angular firebase firebase-storage angularfire2
Firebase error messages in different languages?

Showing the Firebase error messages (error.message) in the view results in english error descriptions (e.g. for Authentication errors, …

angular firebase error-handling firebase-authentication angularfire2
How to assign an initial value to Subject RxJS observable?

I'm developing an Angular 2 app, I need make changeable the order of my columns in a List, clicking on the …

angular firebase firebase-realtime-database rxjs angularfire2
Cannot find module '@firebase/app-types/private' - Firebase throws error

I am working on application using angular and firebase. I installed firebase with the instructions given on site and the …

angular firebase npm angularfire angularfire2
How to know whether the Register Email is verified or not in Firebase?

onSubmit(formData) { if(formData.valid) { console.log(formData.value); this.af.auth.createUser({ email: formData.value.email, password: formData.value.…

firebase firebase-authentication angularfire2
Firestore - how to add/subtract from a map of values

I am following the Firestore instructions for storing arrays: https://firebase.google.com/docs/firestore/solutions/arrays Now what I …

angular firebase google-cloud-firestore angularfire2
Leaderboard ranking with Firebase

I have project that I need to display a leaderboard of the top 20, and if the user not in the …

javascript database firebase angularfire2 google-cloud-firestore