Most voted "angularfire" questions
5 questions
Sort by count of
-
1
votes1
answer184
viewsadd to firebase with angularfire $add
My scripts: <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.0/angular.min.js"></script> <script…
-
0
votes1
answer296
viewsHandle Firebase data in controller with angular 1
I’m working with Angular 1, Angularfire and Firebase. I made the following call that returns the following data: var _refLista = firebase.database().ref() $scope.lista =…
-
0
votes1
answer90
viewsAngularfire crashes browser when saved
Hello, I’m running some tests on Angularfire, and every time I save an object at the base, the browser crashes. The screen is even updated but I have to stop running the tab and refresh the page so…
-
0
votes1
answer359
viewsfirebase.auth(). currentUser returns null when reloading the page
I’m developing an application with angular2 + angularfire2 + firebase, I am facing difficulties in implementing authentication, I was able to login and logout, but when the page is reloaded I lose…
-
-1
votes1
answer27
viewsLoading in Angularfireauthguard
Some way to implement a Canactivate loading in Angular 11? import { NgModule } from '@angular/core'; import { AngularFireAuthGuard, redirectUnauthorizedTo } from '@angular/fire/auth-guard'; import {…