Top "Angularfire" questions

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

error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class

First time using firestore and I'm getting this error. It seems to be a problem with Ivy, from my research. …

angular google-cloud-firestore angularfire
typescript error cannot find module 'firebase/app'

I am trying to integrate ngx-admin with firebase. i have install firebase in my angular project.but it gives me …

angular angularfire
Add Extra Details on Firebase User Table

I'm working on a firebase+angularjs app and I'm using the simple email and password authentication and it's working properly. …

firebase angularfire firebasesimplelogin firebase-authentication
How to query firebase for property with specific value inside all children

I have this data structure, where todos are organized to follow path /todos/uid/ { "metausers" : { "simplelogin:1" : { "displayName" : "John Doe", "provider" : "…

json firebase angularfire
Can't access $location when using .controller method in AngularJS

I'm using ng-submit on a form to push data to a Firebase, everything works as expected. What I would like …

angularjs controller firebase angularfire
Client doesn't have permission to access the desired data in Firebase

I have a page that is calling addCheckin() method which is inside a controller. In the controller, I am trying …

angularjs firebase firebase-realtime-database firebase-authentication angularfire
Angularfire and FirebaseListObservable has no exported member angularfire2 using ionic 2 app

FirebaseListObservable and Angularfire has no exported member "angularfire2" when i am creating Ionic 2 app import both files in home.ts …

firebase ionic-framework angularfire
Setting Your Own Key When Adding an Object to Firebase - AngularFire

I can use the following to add an object to my Firebase data store: var uniqueId = { name: "a name", location: "…

javascript angularjs firebase angularfire
How to get currently logged in auth state/user from angularfire2

I have an ionic2 app and am using Firebase and angularFire2. I'd like to get the current authentication state and …

firebase angularfire ionic2 firebase-authentication
$rootScope.currentUser is null on refresh

I was able to get the firebaseSimpleLogin working and storing the current user in the rootScope. When I goto another …

angularjs firebase angularfire