Ability to enable Realtime on Storage objects table #12242
Unanswered
gydence
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi! I've recently started using Realtime to listen to changes in one of my tables and Storage to let users upload content. They are both extremely intuitive and work great.
I was hoping to enable Realtime on my
storage.objectstable but this doesn't seem to be possible (at least through the Database > Tables UI since thestorageschema is protected.I can replicate my desired behavior with Broadcast, but since I'm already using Realtime I'd love to keep it consistent. Will it be possible to enable Realtime on protected schemas like
storage? Thank you!All reactions