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

### Version info **Angular:**14.2.4 **Firebase:**9.10.0 **AngularFire:**7.4.1 ### How to reproduce these conditions ``` ... imports: [ provideFirebaseApp(() => initializeApp(environment.firebase)), providePerformance(() => (environment.production ? getPerformance() : undefined)), ] ``` Note that...

Console.log had the wrong logged value. ### Checklist - Issue number for this PR: #nnn (required) - Docs included?: (yes/no; required for all API/functional changes) - Test units included?: (yes/no;...

## DeprecationWarning: The 'punycode' module is deprecated when running ng add @angular/fire **Description:** When adding `@angular/fire` to a new Angular 19 application using the `ng add @angular/fire` schematic, a `DeprecationWarning`...

I install Angular 19 and i show me this warnking **Firebase API called outside injection context:** ![Image](https://github.com/user-attachments/assets/d84567de-1ea0-4f60-b016-8f1714bdb6ad) When happened this: I upgrade of Angular 18 a Angular 19 and when...

After updating Angular and related packages, getting error "this.scheduler.notify is not a function" when using Angular Fire. Need help identifying exact reproduction steps. **Updated to (Not Working)** - @angular/core: 19.1.4...

### Overview of the Issue Using Angular 19 and AngularFire 19, the ScreenTrackingService and UserTrackingService do not trigger events. ### Angular Version Here is a section of my package.json: ```json...

# Version info "@angular/core": "19.2.3" "@angular/fire": "^19.0.0", "firebase": "^10.14.1", "@ionic/angular": "^8.3.4", "@capacitor/core": "^6.1.0", # Code ``` import { Auth, GoogleAuthProvider, signInWithCredential, signInWithPopup, UserCredential } from '@angular/fire/auth'; private auth = inject(Auth);...

Got blank page on landing page and the error on any browsers when running ng serve : > main.ts:12 ERROR FirebaseError: Firebase: No Firebase App '[DEFAULT]' has been created -...

- [ ] unable to serve/deploy ssr functions esm build artifacts with vanilla cloud functions - [x] able to ng serve, ng build (build-angular:application), and node ./server.mjs - [x] other...

ng add @angular/fire ✔ Determining Package Manager › Using package manager: npm ✔ Searching for compatible package version › Unable to find compatible package. Using 'latest' tag. ✔ Loading package...