Hi a question for scenario where I would like to build something simple with Supabase. I would like to use the full supabase for auth/storage/db but just host my html on an amazon S3 so no server or so
n
Needle
04/14/2022, 4:15 PM
Hello @Koen!
This thread has been automatically created from your message in #843999948717555735 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.
k
Koen
04/14/2022, 4:16 PM
Is that possible? (Eg. sort of what you can do with "STRAPI" but then with supabase?
g
garyaustin
04/14/2022, 4:26 PM
Supabase does not have hosting capability so all users are hosting on other platforms. You would just be making client calls from source code running on users browsers which got downloaded from S3. If you need any server side functions, Supabase Edge function might also solve those issues.
n
Needle
04/14/2022, 4:26 PM
Koen (2022-04-14)
k
Koen
04/15/2022, 8:51 AM
thanks! I am bit confused how to deal with api keys and security in such a setup.