Hi everyone,
I have an AppSheet application where I store device_ids in a table. If a row in that table is deleted, I want the corresponding device (with that device_id) to be blocked from using the app.
In practice, users can still navigate the app until they refresh/SYNC the app , but after SYNC they can’t see any data. I’m trying to add a stronger security measure.
AppSheet updates automatically at some interval (e.g., every ~30 minutes). Is it possible to trigger a forced/reload refresh from within the app using a command so that all devices running the app immediately perform an automatic forced update?
For example: suppose you “fire” someone. How can I instantly revoke access to the app on their device using device_id tracking—i.e., make their access stop immediately when the device_id row is removed?
Thanks in advance!

