Questions tagged as 'angularfire'

1
answer

add in firebase with angularfire $ add

My scripts: <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.0/angular.min.js"></script><scriptsrc="https://cdn.firebase.com/libs/angularfire/2.2.0/angularfire.min.js"></script> <script src="https://w...
asked by 18.01.2017 / 14:59
1
answer

Manipulate Firebase data in controller with angle 1

I'm working with Angular 1, angularfire and Firebase. I made the following call that returns the following data to me: var _refLista = firebase.database().ref() $scope.lista = $firebaseObject(_refLista.child('listas').child(idLista)) console.l...
asked by 15.02.2017 / 01:12
1
answer

firebase.auth (). currentUser returns null when reloading the page

I'm developing an application with angular2 + angularfire2 + firebase, I'm experiencing difficulties in implementing authentication, I've been able to log in and out, but when the page is reloaded I lose authentication. My Seriço. import {I...
asked by 15.05.2017 / 04:05
1
answer

Angularfire crashes browser when saved

Hello, I'm doing tests on Angularfire, and every time I save an object to the base, the browser crashes. The screen is up to date but I have to stop the execution of the tab and refresh the page for the browser to work properly again. Woul...
asked by 30.03.2017 / 22:01