-
Notifications
You must be signed in to change notification settings - Fork 70
[Feature Request] Using supabase backendless to directly call database for calls instead of your server #90
Comments
Adding: Things like the IQ test would likely still have to be passed through to the server for validation, and small things like image uploads (if you're not using supabase buckets, idk, didn't check yet). But we'd need to migrate to Supabase authentication, which won't be too hard honestly. Migrating to supabase authentication also gives the ability to get rid of discord login as then you won't need an SMTP server as supabase will send the verification emails out by themselves on their end for free. Migrating to supabase authentication will be as easy as a little script or when entering the page you're prompted to go through a migration process of sorts, whatever suits you the best. We can talk about this on Discord if you please. |
They already migrated away from supabase I think so I don't see why they'd want to go back to it |
oh damn i didnt know |
well that sucks cuz the performance is significantly slow cuz its bottled by the server being, well, really slow. (just like now where it's AGAIN on an all time slow where supabase if the server went down in the backend it may not be entirely as bad as supabase would still make it mostly functional) |
package json still had references to supabase so i assumed he didnt migrate |
It was a problem with indexing, not the fact that we self hosted postgres. Also supabase was asking 25 dollars for a 2 core machine which is very overpriced and it couldn't handle the traffic. |
darn |
ok then |
Related to issue -> #88
Adding to that I also want to migrate this to use supabase so the performance will be significantly improved and your server won't die no more. This will allow your server to chill a little as post creation, liking, disliking, and replies, etc. would go directly to supabase instead of an in-between.
This requires supabase rules to be setup though to prevent abuse, but is a fair trade considering it'll significantly help with the sites performance.
The text was updated successfully, but these errors were encountered: