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

This setup explanation changed for latest version ### Checklist - Issue number for this PR: #nnn (required) - Docs included?: (yes/no; required for all API/functional changes) - Test units included?:...

Fixed this.message$ placement Added async before deleteToken() ### Checklist - Issue number for this PR: #nnn (required) - Docs included?: (yes/no; required for all API/functional changes) - Test units included?:...

This seems to be in angular/core If we revert to firebase-js-sdk 10 and angularFire 18 the issue disappears. It doesn't happen on our dev builds (esbuild) but it does happen...

Using angular firebase app-check 18.0.1 I'm seeing a lot of requests returning POST https://content-firebaseappcheck.googleapis.com/v1/projects/weddly-stg/apps…12e7c:exchangeRecaptchaV3Token?key= 400 (Bad Request) { "error": { "code": 400, "message": "App not registered: ", "status": "FAILED_PRECONDITION" }...

Thanks for the amazing samples. I'm using them and I found this improvement :100: [provideServerRoutesConfig](https://next.angular.dev/api/ssr/provideServerRoutesConfig) is deprecated so I replaced it with [provideServerRouting](https://next.angular.dev/api/ssr/provideServerRouting) ![image](https://github.com/user-attachments/assets/9353893c-a4e4-48c1-a35b-3e1d5bf65d1b) ### Checklist - [X] In a...

When moving from `@angular/fire` 7.6.1 to 16 or 17, the prerendering with SSR is failing. The following works: "@angular/common": "^17.3.12", "@angular/fire": "^7.6.1", "firebase": "^10.14.1" The error during prerender with any...

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

The examples in [route-guards.md](https://github.com/angular/angularfire/blob/main/site/src/auth/route-guards.md) use the wrong import for the `AuthGuard`. It should be `import { AuthGuard }` instead of `import { AngularFireAuthGuard }`.

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

Good morning. In our project, I've been trying to handle the output of an addDoc call using angular/fire. The exception will get caught but not the error thrown by addDoc....