https://preview.redd.it/svmothgacuog1.jpeg?width=640&format=pjpg&auto=webp&s=293622f72b2157b94659a905e7073f325d296bae
Google.
I'll pass. Good luck with whatever your post was about π«‘
Image: generated by AI Post: written by AI What's with all the low effort slop in here lately?
Create a trigger on auth.users which checks the timestamp for the provider you care about (e.g. email_confirmed_at/phone_confirmed_at) and sync that logic over to your user_profile by updating a Boolean like is_verified if the conditions you care about are true. That's what I do for the app I'm currently building (as every user starts anonymous but can link their phone and or email and convert their account).
Read the docs.
Strange. Zero issues with it on my end (self hosted). Also, does each of your multiple personalities get to comment on your own post? π
You can self host for ~$5, but the free tier supabase offers is insanely good. Why do these people not google or search the sub before posting? π€¦ββοΈ
Yeah I almost said Twilio, but sounded more like a WebRTC usecase and not telephony. Guess OP needs to clarify what they mean by "calls"..
Yeah I almost said Twilio, but sounded more like a WebRTC usecase and not telephony. Guess OP needs to clarify what they mean by "calls"..
Supabase Realtime is not meant to carry voice audio. It works well for signaling and presence (call invite, accept, exchanging WebRTC info), but not for 15 to 30 minute voice calls. For the actual audio stream you should use WebRTC with a media service like [LiveKit](https://livekit.io) or [Cloudflare Realtime](https://www.cloudflare.com/developer-platform/products/cloudflare-realtime/), and treat Supabase as your auth and state layer. And for billing, you could track call start/end (or periodic heartbeats) on the backend, and deduct per minute server side. There's a nice Stripe integration with Supabase you can check out, as well.
Low effort garbage post. Plenty of us run supabase :)
Yes, you can. Self hosting here for $10 and I have ~8 edge functions atm
Most of those questions would be best answered with session replay. Look into FullStory, OpenReplay, Amplitude, Sentry (iirc has session replay now) - tons of options nowadays.
Team, the latest version of postgis is [3.6.1](https://postgis.net/2025/11/PostGIS-3.6.1/), can we please get an update here? π Or perhaps it might be possible to write up some better guidance/docs on the best way folks can update/build their own images with extension bumps?
Anyone have any input/advice here?
Might be time to prioritize those docs
587 worked for me
Yes, you can pass the exported types into your client initializer for typed responses and such. There are examples in the docs.
Cringe af.
Why not make it a natural language to sql, with follow up contextual questions to clarify edge cases, and then render your playground + preview sql output - with the ability to refine the statements with follow ups posed by the user?
Why don't you post in a developer subreddit instead of leeching off of a competitor's user base?
I was able to use the new keys from the output of supabase status, but I don't think there's anything in the actual self hosted UI for managing those keys like there is on the platform site.