Top "Angularfire" questions

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

How do you save a DATE field in Firebase using AngularFire

I have a screen with a DATE field (Start Date) where the user can enter any date <label class="…

firebase angularfire
How to find out if an email is already registered with Firebase Simple Login?

I am using firebase (with Angularfire) for an html5 phone app. The user inputs only their email in the start …

html firebase angularfire firebase-security
"ERROR in getInternalNameOfClass() called on a non-ES5 class: expected AngularFireModule to have an inner class declaration"

Terminal - "WARNING in Invalid constructor parameter decorator in D:/New folder/SilverLife/node_modules/@angular/fire/fesm2015/angular-fire.js: () =&…

angular firebase angularfire angular9
Angular9: ERROR in The target entry-point "@angular/fire/auth" has missing dependencies

When I run npm run start I get the below error regarding firebase. Tech: Angular version 9, Firebase, Firestore, Geofirestore Angular …

angular firebase angularfire angular9 angular-cli-v9
How do you prevent duplicate user properties in Firebase?

I'm Using FirebaseSimpleLogin to create users and handle authentication. When I try and create a new user with simple login …

angularjs firebase firebase-realtime-database angularfire firebase-security
AuthGuard doesn't wait for authentication to finish before checking user

I've read the guide here: https://angular.io/docs/ts/latest/guide/router.html Seems pretty straightforward, however, I'm not …

angular angularfire
how to filter an Observable array?

My method returns an Observable array from Firebase. I have decided to filter the data in the client rather than …

typescript firebase firebase-realtime-database observable angularfire
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
Firebase: How do I retrieve records from my data for which a specific key exists?

I have data in firebase that looks like this: "application": { "companies": { "firebase": { "creation": { "name": "Firebase Inc", "location": "USA" }, "google": { "creattion": { "…

javascript angularjs firebase angularfire
FACTORY: get current user.id for Firebase Simple Login (Email / Password)

I am looking for a solid way to have the 'current user id' in all my controllers available. Using: Firebase …

angularjs firebase angularfire