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 am trying to deploy my app from android studio to my phone and see the below error stream indicating internet issue. but that is definitely not correct. as the...

### Checklist - Issue number for this PR: #3640 - Docs included?: no - Test units included?: no - In a clean directory, `yarn install`, `yarn test` run successfully? yes...

### Checklist - Issue number for this PR: #3581 - Docs included?: no - Test units included?: no - In a clean directory, `yarn install`, `yarn test` run successfully? yes...

I am using the `"^19.0.0"` version of this package with newly created angular application using `ng new` (angular 19). Note that I have chosen options to enable ssr while creating...

How do I use data connect with Angular? I can't find any docs

Getting this console warning everywhere in my app thats using firebase, even within injection contexts here are my deps ``` "@angular/animations": "~19.0.0", "@angular/cdk": "~19.0.2", "@angular/common": "~19.0.0", "@angular/compiler": "~19.0.0", "@angular/core": "~19.0.0",...

When using the Firebase Messaging service with Angular 19.1.4 in the Facebook/Instagram in-app browser on iOS devices, the following error occurs: ```typescript TypeError: undefined is not an object (evaluating 'navigator.serviceWorker.addEventListener')...

Where can I find thorough documentation on angular/fire? I first started using angular/fire about 2 years ago. Super confusing. The articles on the web are all over the place, mixing...