discussions Search Results · repo:angular/angularfire language:JavaScript
Filter by
104 results
(94 ms)104 results
inangular/angularfire (press backspace or delete to remove):
I am currently developing an angular universal app powered by firebase and angularfire2 (for authentication and
database/firestore). For the server side rendering i am using NodeJS.
I have the following ...
AnthonyNahasposted
on Mar 7, 2018- 32
:
Hi everyone, what is the best way to handle the logs of an app with this library? if i want to enable setLogLevel in
angular/fire/firestore, how do i?
henryinfantegposted
on Mar 30, 2021- 1
:
Hi all,
Still not clear how to do an orderBy or a where filter in the collection query strings. I m setting up a service in my
app like so:
dbCountries: Observable any[] ; public getDBcountries() { if ...
firepebbleposted
on Nov 6, 2021- 3
:
firebase 6.2.0 introduced support for clearPersistence() and if I remember correctly it has to be called before
settings() so it would be good to see if we can add it to AngularFire. Thanks in advance. ...
matheoposted
on Jul 16, 2019- 1
:
What s Changed
- Allow use in Zoneless projects
- Depends on Angular v19, Firebase v11
- Now bundling schematics, this allows us to clean up some dependencies
- Drop locationId from the downloaded ...
jamesdanielsposted
on Nov 20, 2024- 6
:
For better CI/CD I am trying to load the firebase configuration from an external source before bootstrapping the
app.module.ts. I tried many solutions which were suggested by others, e.g.: the solution ...
PhantomLinkerposted
on Nov 10, 2021- 2
:
What s Changed
- Support Angular 18 peers by @jamesdaniels in https://github.com/angular/angularfire/pull/3533 and
https://github.com/angular/angularfire/pull/3534
Full Changelog: https://github.com/angular/angularfire/compare/17.1.0...18.0.0 ...
jamesdanielsposted
on May 22, 2024- 2
:
I m still getting this error on the latest rc release: Uncaught Error: AngularFireModule has not been provided at
getSchedulers
Angular ^12.x.x, NgUniversal ^12.x.x, Firebase ^9.x.x, Angular Fire ^7.1.0-rc.4 ...
thatcatcancodeposted
on Sep 29, 2021- 18
:
I am currently working on a client application and using angularfire for firebase integration. The application works
fine on my local machine except that when deployed to the AWS server, the application ...
verai17posted
on Mar 21, 2022- 2
:
Hello,
I am migrating to Angular 12, Angular Fire 7 and Firebase 9, but I am failing to mock firestore.
I ve migrated all my code to the tree shakeable format: ie:
import { doc, getDoc } from firebase/firestore ...
aronrodriguesposted
on Dec 14, 2021- 17