angularfire
angularfire copied to clipboard
Angular + Firebase = ❤️
### Version info **Angular:** 16.2.0 **Firebase:** 9.8.0 **AngularFire:** 7.6.1 **macOS:** 13.6 **Windows:** 11 **Node.js:** 20.5.0 ### How to reproduce these conditions **Failing test unit, Stackblitz demonstrating the problem** Just open...
Features
Would love to see the new features from Firestore integrated into AngularFire. Mainly "Aggregation Queries". ### Version info **Angular:** **Firebase:** **AngularFire:** **Other (e.g. Ionic/Cordova, Node, browser, operating system):** ### How...
### Description * In remote config, we have set some conditions based on an attribute of the currently logged in user `user_attribute`. I've sanitised where the user comes from below,...
- Error : node_modules/@angular/fire/compat/firestore/interfaces.d.ts:29:33 place of error is app.module.ts : The problem is in importation "AngularFirestoreModule" from @angular/fire/compat/firestore , As for the rest, it works ``` import { AngularFireModule }...
### Version info **Angular:** 16.1.3 **Firebase:** 9.23.0 **AngularFire:** 7.6.1 ### How to reproduce these conditions **Steps to set up and reproduce** Just download the .zip with the code of version...
### Checklist - Issue number for this PR: - Docs included?: (yes/no; required for all API/functional changes) - Test units included?: (yes/no; required) - In a clean directory, `yarn install`,...
### Version info **Angular:** 15.2.2 **Firebase:** 9.23.0 **AngularFire:** 7.6.1 ### How to reproduce these conditions **Steps to set up and reproduce** 1. Create angular 15 project 2. Add angularfire 3....
### Version info **Angular:** Angular CLI: 15.1.6 Node: 16.15.1 Package Manager: npm 9.2.0 OS: win32 x64 Angular: 15.2.8 ... animations, cdk, common, compiler, compiler-cli, core, forms ... material, platform-browser, platform-browser-dynamic,...
I tried to find information about this but couldn't find anything. Is it possible to use AngularfirePerformance to monitor the Angular bootstrapping in main.ts? Using this code and @angular/fire at...
We are looking to implement some sort of single sign-on. Is it possible to have cross-site/multiple application login? We are already using Firebase and this library for our authentication. We...