Loading Firebase Config dynamically in Angular in @angular/fire
I have an angular v18 application with @angular/fire v18
I am using the modular api version of it. I am trying to load the firebase config dynamically during run time
ERROR Error: getBlob() is only available in Browser-like environments
I am trying to fetch data from Firebase storage using Angularfire 18.0.1 :
Why do i get this ANgular Injector Error , But only in the browser console
I am trying to set up FireStore and keep getting an error in the console after the ap was compiled. The compiler is giving no errors just the browser console.
core.mjs:6531 ERROR TypeError: input2.replace is not a function while retriveing data from firestore
i am follwing this document to rtrieve data in firestore https://www.bezkoder.com/angular-17-firestore-crud/ but I am unable to retrieve it except the type error
No provider for InjectionToken angularfire2.app.options with Angular 17 and Firestore
I added angularfire to my angular 17 standalone component app via