angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

Angular + Firebase = ❤️

Results 316 angularfire issues
Sort by recently updated
recently updated
newest added

I'm trying to do the code below ![Image](https://github.com/user-attachments/assets/a4936593-1067-41a7-b826-4f962176cb8f) and it's throwing the follow error ![Image](https://github.com/user-attachments/assets/4fba22cf-32b1-480c-9a67-c14938fd8c15) ![Image](https://github.com/user-attachments/assets/811bd7c5-5e30-457f-910b-2072d92baf3e) ![Image](https://github.com/user-attachments/assets/540c7ce5-1d06-4fc3-b84e-f640bde025c0) I don't know what can I do anymore

### Checklist - Issue number for this PR: #nnn (required) - no corresponding pr - Docs included?: (yes/no; required for all API/functional changes) - no docs included - Test units...

### Version info **Angular:** ^18.0.0 **Firebase:** ^10.13.0 **AngularFire:** ^18.0.1 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** "@ionic/angular": "^8.0.0", Tested on MacOS Chrome, but reproducible elsewhere. Else let me know. ###...

I'm looking for a simple way to `initializeApp` later inside of the `app.component.ts` NOT in my `app.config.ts`. I need to do this because of my current app implementation and requirements......

Hi I have an application built with angular fire. How can I not share login state among tabs in a same browser ? ## Application overview I have a class...

my auth flow is completely broken with these new set ups people. im using the latest updated angular/fire project sample I get this error with angular 20, angular/fire 19.1.0. `ERROR...

Angular 19 Hi, I have been playing around learning how to protect some routes with authentication my problem is that the user state takes a moment to properly notify the...

I recently upgraded all dependencies to Angular v19 (from v18). I was previously on Angular v18 where everything worked fine. However, now, my whole console is spammed with the following...

I keep getting error about, Calling Firebase APIs outside of an Injection context may destabilize your application leading to subtle change-detection and hydration bugs. I did properly set up the...