Two apps with the same glide database - (Users & Admin)

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

I think it’s a good idea but you could also do it in one app.

If it were me I’d make a separate tab with a visibility condition set to my email.

Then build the functionality within the tab that only you/ your email can see

3 Likes

love it! will check for this option as well ! thank you

1 Like

+1 of Eric’s comment.

1 Like