Live content update

Hi, I’m building a subscription based plattform that in theory would need new content every day, but I can’t find a way to update the content without updating the app, is there a way to do that?
For example when Netflix adds a show, they dont update the app, they just add the content. How can I achieve this? (obviulsy on a small scale).

If your content is managed in your database then you’ll be able to add content without updating the app.

If your content is already managed in the database, then possibly use a filter with a date property to only display content where the date is before today?

Hope that helps!

1 Like