Skip to main content
0 votes
1 answer
99 views

Problem I'm having trouble getting performance monitoring, built into the sdk (https://firebase.google.com/docs/perf-mon/page-load-traces), to show up in the Firebase Console. What I've tried I've ...
Jake Smith's user avatar
  • 2,732
1 vote
1 answer
119 views

I'm working on an Angular standalone component using Firebase, and I'm encountering the following error: ERROR NullInjectorError: R3InjectorError(Standalone[_AppComponent])[_FirebaseService -> ...
yasiru sahanpathi's user avatar
0 votes
0 answers
43 views

Today I had a problem that never happened in our Angular application. The deployment in production caused some pages not to load correctly, the page only loaded the header (html header) and did not ...
Matheus's user avatar
  • 11
9 votes
0 answers
1k views

I updated Angular from 18 to 19 with ng update @angular/core@19 @angular/cli@19, and manually updated "@angular/core": "^18.0.5" to "@angular/fire": "19.0.0". @...
Geometry's user avatar
1 vote
1 answer
60 views

I am trying to create new user when i signup but i get this error Error adding user to firestore RuntimeError: NG0203: inject() must be called from an injection context such as a constructor, a ...
isabille's user avatar
1 vote
1 answer
247 views

I have an Angular Firebase app with "@angular/cdk": "19.0.4", "@angular/common": "19.0.5", "@angular/compiler": "19.0.5", "@angular/...
Weeedooo's user avatar
  • 451
0 votes
0 answers
67 views

FirebaseError: Firebase: No Firebase App '[DEFAULT]' has been created - call initializeApp() first (app/no-app). when the application is loaded my api try to get the firebase database but the app is ...
user28628241's user avatar
1 vote
1 answer
42 views

I have two similar functions to create/remove items in an array, and the unit tests are blowing up once I hit the arrayUnion and arrayRemove functions from firestore. The error seems to indicate that ...
Rusty Shackleford's user avatar
0 votes
1 answer
51 views

I am migrating an Ionic/Angular app from using a combination of Firebase and Angular/Fire Namespace compat libraries to the Angular/Fire modular libraries. The updated code, using @angular/fire ...
Sanjay Tibrewal's user avatar
1 vote
1 answer
33 views

I'm trying to test a simple delete function on a service. deleteCharacter(id: string) { const characterCollectionRef = this.afs.collection<character>('users/' + this.authService.liveUid + '...
Rusty Shackleford's user avatar
2 votes
1 answer
60 views

In my auth service, I'm calling a function from angularFireAuth called onAuthStateChanged. The documentation describes this as nextOrObserver with a 'callback triggered on change'. I understand that ...
Rusty Shackleford's user avatar
1 vote
1 answer
76 views

I am trying to provision multiple Angularfire Firestore projects as injectable services for my Angular 18 project. Here is my approach: main.ts bootstrapApplication(AppComponent, { providers: [ ...
lincolnberryiii's user avatar
1 vote
1 answer
49 views

I'm getting this error when starting the HomeComponent. The configuration is specified inside the environment file and is correct. Could I be injecting something incorrectly? Do I need to inject ...
Riccardo's user avatar
0 votes
1 answer
333 views

I have installed : "@angular/fire": "^18.0.1", My main.ts : import { bootstrapApplication } from '@angular/platform-browser'; import { appConfig } from './app/app.config'; import {...
PokerJoker's user avatar
0 votes
1 answer
71 views

I'm trying to use angular/fire@7 storage to store files and I'm getting this error: Error: Uncaught (in promise): Error: Either AngularFireModule has not been provided in your AppModule (this can be ...
Dante's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
188