Hey 👋🏻 We are working on application and we wan...
# help
s
Hey 👋🏻 We are working on application and we want every field input to be save to Supabase DB automatically. Is it require "real time db" or should we fire query (with every change?)?
n
Hello ! This thread has been automatically created from your message in a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
s
Realtime is a read-only stream - it can't be used to write data to the database.
n
Shneor (2022-03-11)