The ngxsFirectoreConnections object should be ngxsFirestoreConnections.
On a side note, that connections object is useful for disconnecting only certain connections. Might be nice to have a DisconnectByObject helper function so you could call DisconnectAllByObject('[Races]') or something like that. DisconnectAll is too global for many use cases.
The
ngxsFirectoreConnections
object should bengxsFirestoreConnections
.On a side note, that connections object is useful for disconnecting only certain connections. Might be nice to have a
DisconnectByObject
helper function so you could callDisconnectAllByObject('[Races]')
or something like that.DisconnectAll
is too global for many use cases.