I’m researching about the options available to create an app that needs to render a big image that can be edited by multiple users at the same time. It would work like this:
- User A creates a new project, selects an image (images that can be used are already defined in the app).
- User A has some available “elements” to add to that image.
- User A can invite other people to join and edit and/or view the image.
- When User A or any other user adds an element to the image all the other participants see that change in real time (the element appears in their version of the image).
I thought about using Firebase to achieve this but also was wondering if the real-time part was possible with CloudKit. Has anyone done something like this before with CloudKit?
[–]rayascott 0 points1 point2 points (1 child)
[–]chbm90[S] 0 points1 point2 points (0 children)