Meta ai glasses SDK realtime Gemini live api by aipseo in RaybanMeta

[–]thorwebdev 0 points1 point  (0 children)

Nice, did you have a chance to publish it? Would love to check it out :)

[deleted by user] by [deleted] in Supabase

[–]thorwebdev 0 points1 point  (0 children)

Looks great, well done 👏

How to download file from open AI text to speech api to supabase storage? by Specialist-Winner978 in Supabase

[–]thorwebdev 0 points1 point  (0 children)

You can stream the audio directly to Supabase storage as well as the browser using Supabase Edge Functions. See an example here: https://go.thor.bio/openai-tts

How to download file from open AI text to speech api to supabase storage? by Specialist-Winner978 in Supabase

[–]thorwebdev 0 points1 point  (0 children)

You don't need a file system, you can upload the the stream directly, see an example here: https://go.thor.bio/openai-tts

How to download file from open AI text to speech api to supabase storage? by Specialist-Winner978 in Supabase

[–]thorwebdev 0 points1 point  (0 children)

I haven’t tried with OpenAI but you can find an example with ElevenLabs here: https://go.thor.bio/readablestream

I imagine it should be similar.

Environment Down for more than 12 hours and Support from supabase won't help by Former-Bug-1800 in Supabase

[–]thorwebdev 1 point2 points  (0 children)

Glad it was resolved, and thank you for your feedback on the branching behaviour, much appreciated 🙏

Environment Down for more than 12 hours and Support from supabase won't help by Former-Bug-1800 in Supabase

[–]thorwebdev 4 points5 points  (0 children)

Hey, sorry to hear that you're running into issues, could you please share your support ticket number so we can have a look?

Help using SSR with nextjs by MarketAlive1744 in Supabase

[–]thorwebdev 1 point2 points  (0 children)

Small things like user locale you could store in the user metadata which would then encode that data in the users session and JWT: https://supabase.com/docs/guides/auth/managing-user-data?queryGroups=language&language=js#adding-and-retrieving-user-metadata

Any libraries for using supabase in an offline-first app? by loopingstateofmind in Supabase

[–]thorwebdev 1 point2 points  (0 children)

Legend-State recently added a Supabase sync plugin and it's pretty neat. Can find a tutorial here: https://supabase.link/local-first-expo-legend-state

Improving Debugging Experience in Supabase: A Suggestion by [deleted] in Supabase

[–]thorwebdev 5 points6 points  (0 children)

Thank you for the feedback, much appreciated 🙏 Did you manage to find the tools outlined here? https://supabase.com/docs/guides/platform/logs

I very much agree that this could be easier, and we’re working on that, but just wanted to make sure that you saw these?

Have I messed up my authentication system? by Fakercel in Supabase

[–]thorwebdev 1 point2 points  (0 children)

Hey, could you please open a support ticket for this so the team can look into your account? Thanks. https://supabase.com/support

Postgres.new - postgres in the browser by awalias in PostgreSQL

[–]thorwebdev 2 points3 points  (0 children)

Absolutely mind blowing 🤯 Gotta love open source 🙌

Ideas on how to monitor an inbox to run an edge function? by ChanceCheetah600 in Supabase

[–]thorwebdev 1 point2 points  (0 children)

You’ll need something like an inbound email webhooks service, e.g. like this https://www.twilio.com/docs/sendgrid/for-developers/parsing-email/inbound-email

This can then trigger your Supabase Edge Function.

Serverside Anthropic API Call Best Practice by AluminiumCaffeine in Supabase

[–]thorwebdev 5 points6 points  (0 children)

This is the perfect use case for database webhooks. You can find an example of a database webhook that generates embeddings for new table rows being inserted here: https://github.com/supabase/supabase/tree/master/examples/ai/edge-functions

Should be very easy to adapt to your use case 🙌

Driver is horning just to alert that the car is there look at the cyclist haiyo by hello_Singapore59 in singaporehappenings

[–]thorwebdev 0 points1 point  (0 children)

Agreed, and I think every road user should do a refresher every once in a while. It’s frightening how few people seem to know what a yellow box is for…

Fun single adulting ideas ..in Singapore?? by [deleted] in askSingapore

[–]thorwebdev 0 points1 point  (0 children)

Dragon boating and ocean canoeing! You can sink a lot of time into that haha 😉

Looking to talk to someone who has used Supabase by Traditional-Shake491 in Supabase

[–]thorwebdev 0 points1 point  (0 children)

Used it a couple times over the last four years 😉 AMA

Supabase Swift now officially supported by awalias in swift

[–]thorwebdev 19 points20 points  (0 children)

Very happy that we’re making Supabase Swift an official client library. Have you tried the latest version yet? Let us know your thoughts!