This is my first question so please be gentle.
I'm using ngrx/store in my angular app and I wanted to set the initial state of my reducer functions using data from firebase. However, without a constructor function in my reducer.ts file, I'm unsure of how to perform an async action.
I'm aware of ngrx effects and how to use them, but I don't see a way to set my reducers initial state using effects.
Hopefully, there's a simple example of this someone wouldn't mind posting to help a fledgling developer like myself.