sockenguy
12/29/2021, 3:59 PMScott P
12/29/2021, 4:31 PMsupabase-js
to interact with the database.
Other use cases, particularly if they need to interact with third party API's (e.g. data aggregation from multiple sources), would still run some sort of backend in addition to Supabase. In this case, some data might be inserted into the database, but only requested from the third party API when it's actually needed, usually to minimise the risk of huge usage bills.sockenguy
12/29/2021, 4:33 PMsockenguy
12/29/2021, 4:34 PM