I need to implement my CloudKit based app in Android too.
Which MBaas has the most similar architecture like CloudKit? I need these features:
- cascade deletes
- able to track insert / update / delete changes in tables up from a date represented with a token
- asset management
- cursor based record fetching / paging, skip
- scalable (no join like operation need / should be possible)
- able to get push notification about changes
- reasonable pricing for startups
- cloud based
- no server side logic
- don't offer client side storage, I have it
- simple dashboard / no performance graphs etc.