Skip to content

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

Filter by

103 results
 (78 ms)

103 results

inangular/angularfire (press backspace or delete to remove)

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

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

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

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

We have Github Discussions now! Figured this would be a great spot for the community to collaborate; show off cool things that they ve build; and discuss Angular, Firebase, and naturally AngularFire! ...

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, I installed the angularfire master on my localhost. yarn install // in root yarn build // in root yarn install // in root/samples/.emulator/functions yarn build// in root/samples/.emulator/functions ...

So there s this: AngularFireMessaging is not compatible with the Angular Service Worker If you are using the Angular Service Worker, you are not currently able to use AngularFireMessaging. If you d ...

Hello Devs, Im having this error after I deploy my app but not in development mode, can anybody help me? Error: TypeError: n.auth is not a function I am using this providers: { provide: AUTH_SETTINGS, ...

- Mark as compatible with ng@17 - Bump firebase dependency - Add configurations to ng-deploy - Utilize firebase-tools 13+ - Work arounds for bugs in firebase-tools hr / em This discussion was ...