Skip to content

discussions Search Results · repo:angular/angularfire language:JavaScript

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 ...

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?

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 ...

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 ...

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 ...

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 ...

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 ...

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 ...

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 ...