angularfire
angularfire copied to clipboard
Angular + Firebase = ❤️
I updated from v20 to v21.0.0-rc.0 and I get the below error when trying to add data to Realtime Database `ERROR InternalError: too much recursion`
- Removed duplicate “### Having troubles?” heading. - Fixed table / heading nesting under **Firebase product integrations**. 4. **Minor style improvements**: - Improved readability of sentences. - Ensured consistent capitalization...
`firebase` `12.0.0` was recently released: - https://firebase.google.com/support/release-notes/js - https://github.com/firebase/firebase-js-sdk/releases/tag/firebase%4012.0.0 AngularFire `20.0.1` is not compatible with it; produces compilation errors such as: ```dart ✘ [ERROR] TS2345: Argument of type 'import("node_modules/@angular/fire/node_modules/@firebase/storage/dist/storage-public").UploadTask' is...
I currently have an Angular 20 application with storage. I tried to migrate to the new builder system and after running the migration script I get: > X [ERROR] TS2307:...
### Checklist - Issue number for this PR: #3669 (required) - Docs included?: no significant changes - Test units included?: yes, and they pass now 🤓 - In a clean...
``` Angular version: 20.0.0 Angular Fire version: "@angular/fire": "20.0.1" ``` Following the workflow after executing `ng add @angular/fire` generates the config like below: ``` provideFirebaseApp(() => initializeApp({ projectId: '*****', appId:...
Fix deprecated names, no functional changes ### Checklist - Issue number for this PR: #nnn (required) - Docs included?: (yes/no; required for all API/functional changes) - Test units included?: (yes/no;...
I need to sometimes run my app on IP for mobile testing etc, and this used to work fine in Angular 16 since firebase would just ignore IPs but now,...