Hi all,
I have a design question. I’ve built an app where users can read my content, which is stored in a Glide table. I need to continue updating this content on a daily basis. However, I don’t want to keep updating the content directly in the Glide table.
I’m thinking of creating another app that will have a UI for content management. Essentially, this would mean sharing a Glide table between two apps (one for users and one for admin).
Does this approach make sense to you? (i know how to do it technically, just appreciate your thoughts on that…)
Thanks!
Yan