fetchOldestAvailableEventId

abstract suspend fun fetchOldestAvailableEventId(): Either<CoreFailure, String>

Fetches the oldest available event ID from remote.

Return

Either containing a CoreFailure or the oldest available event ID as a String.