angularfire
angularfire copied to clipboard
Angular + Firebase = ❤️
### Version info **Angular:** 15.1.3 **Firebase:** ? **AngularFire:** 7.5.0 When will we get the new count method? https://firebase.google.com/docs/reference/js/firestore_#getcountfromserver
Hi, I have a problem with observables in my application when a user signs out. All HTTP requests that once has been requested gets emitted again when `firebase.signOut()` is called....
Hi, The Apple login is a little different than Google, Twitter and Facebook login. With Google Login I use this: `this.angularFireAuth.signInWithPopup(new firebase.auth.GoogleAuthProvider()) ` For Apple login, there is no object...
Hi I'm using this packages with Angular 13.3.12 version with "@angular/fire": "^7.5.0", "firebase": "^9.15.0", packages and till thursday it'w working fine but suddenly on friday it stop working and start...
**Angular: 15.2.4 ** **Firebase: 9.17.2 ** **AngularFire: 7.5.0 ** ### How to reproduce these conditions Update you project Angular with zone to 0.13.0 ### Expected behavior Load Page with SSR...
Hello, First of all, thank you very much for your work, your lib has helped me so much in my project. I think I spotted a bug within the AngularFireStorage...
Hi, I just wanna deploy hosting to firebase, when trying to deploy, there are the same error cli `ng deploy` cli `ng deploy --ssr=false` cli `ng deploy --ssr false` ...
### Checklist - Issue number for this PR: #3098 - Docs included?: No - Test units included?: No - In a clean directory, `yarn install`, `yarn test` run successfully? Yes...
Noticed that there was little documentation here, it took our team ~4 hours to find enough examples online to make it work, so we figured that we would update this.
I tried to add AppCheck to my angular project. I have implemented angular 17 with angularfire 17. But somehow the appcheck can't be implemented. It is only a webapp. So...