Home > @infiniteobjects/models > Repository > initializeEntity
Prepares the entity after is being pulled from firebase. - runs initialize hooks - runs populate hooks
Signature:
initializeEntity: (entity: EntityType) => Promise<EntityType>;