getMyBookingsLiveData

abstract fun getMyBookingsLiveData(): LiveData<SimpleResponse<List<Booking>>?>

Get a LiveData for the logged user existing bookings. Those can be for either DOOR or LOCKER_BOX types.

After logout LiveData.getValue is set to null. You need to re-observe this LiveData once the user is logged out!