I'm using a SwiftUI, and I want to create a list of functionality that has not yet been added to my app and allow users to vote for the functionality they want to see first.
Basically, it will be a list of labels with buttons. When the user taps a button, it should show a number (how many users voted for it too).
As I understand, I need a DB where the data will be written and from where the data will be read and displayed in the app. Can I use a CloudKit for it?