Getting started with PostGIS
9:38
2 күн бұрын
Generate Images with JavaScript
13:22
21 күн бұрын
Behind the Code of Midday AI
16:37
28 күн бұрын
10 new things you need to try
4:39
Llama 3 with Vercel AI
22:46
Ай бұрын
A new way to use Supabase Storage
5:10
Supabase is now GA
2:57
2 ай бұрын
🚨 Big Announcement! 🚨
0:58
2 ай бұрын
Building a Donut Slack App Clone
20:25
Пікірлер
@RegalWK
@RegalWK 19 сағат бұрын
So this is just migrations, you achieve something similar with code tbh
@gobajoseph5064
@gobajoseph5064 19 сағат бұрын
Super encore plus de contenu sur postGis notamment pour le routing dans les applications spatiale
@reni_christian
@reni_christian 19 сағат бұрын
😮 Wow, gradually my love for Supabase is increasing. And it's history that to whomever i love they just leave i am also afraid if Supabase also do this with us. Like, Closes the open source or restricts the features on self-host.
@nikhilpsathyanathan
@nikhilpsathyanathan 23 сағат бұрын
Is there any way to reverse search a place using coordinates?
@Yusuf-ok5rk
@Yusuf-ok5rk Күн бұрын
I am currently building something that needs map related stuff (haven't started that part yet) and your videos are such a life saver. whenever I need something, there is some supabase videos coming in that topic. makes me feel like main character.
@Supabase
@Supabase Күн бұрын
Thanks for tuning in! Make sure to read the blogpost: supabase.link/supa-gis-blog and you can find the code on GitHub supabase.link/supa-gis-code
@Monstermash355
@Monstermash355 Күн бұрын
Already outdated
@_aadilhassan
@_aadilhassan Күн бұрын
Hey can we add custom metadata on storage objects???
@CharcoalDaddyBBQ
@CharcoalDaddyBBQ Күн бұрын
I've been using Supabase for a few days now and I've gotta say, this is amazing!! I've spent so much time developing my REST APIs to be secure, building databases and all that.. Switching to Supabase has greatly reduced my code and helped optimize my queries. Support has been fantastic too ! (Even as a free user) I've created a pretty extensive React hook to switch from Auth0 that I'd like to share with the community.
@coleblender
@coleblender Күн бұрын
I use DrizzleORM and connect to my DB with a connection string. I have enabled RLS and haven't created a policy but I'm still able to query the data on my website. Why is this?
@VictorSouto
@VictorSouto Күн бұрын
This video is mindblowing. 10/10 I'm a Tech Lead, with more than 15years in software engineering and I can already feel that this video is a game changer for me. So much crucial/game changing infos gathered in an incredible way, with amazing presentation and pace.
@louislecouturier
@louislecouturier 2 күн бұрын
How can we delete embeddings using metadata filters ?
@teeks4geeks
@teeks4geeks 2 күн бұрын
This video is a treasure 🏆👑🥇🌟💛
@noahb.e.church
@noahb.e.church 2 күн бұрын
Thanks, you helped me get magic link working!
@CarloL525
@CarloL525 2 күн бұрын
I'm sold! Diving deeper into Supabase because of this :) Great 2 hours content!
@Thiago-uf8oo
@Thiago-uf8oo 2 күн бұрын
this video WAS INCRIBLE!!
@zik2000
@zik2000 3 күн бұрын
does this work for bigger text fields? or just single word term? for example: say i have a 'description' column for movies. Will I be able to create a vector for that column so that when a user looks for example "life in simulation" it will probably return 'The Matrix' based of the description ?
@sunfarmfoods6361
@sunfarmfoods6361 4 күн бұрын
Can you make a video which covers pagination using Supabase API. It will be really helpful
@clementmmas
@clementmmas 4 күн бұрын
Great video. You lost me at the Edge function though. If I can’t whitelist domain names or add CORS rules on the bucket then it feels like a half done solution.
@thorwebdev
@thorwebdev Күн бұрын
Yes, that's fair feedback, currently you can either make the bucket fully public or fully locked down. We'll be adding more granular CORS settings for Storage in the future. For the time being you can proxy through Edge Functions to get the highest flexibility of managing access but it comes at the cost of the additional complexity.
@caseyspaulding
@caseyspaulding 4 күн бұрын
Dude you are the man, much appreciated!
@yeo6746
@yeo6746 5 күн бұрын
@Yusuf-ok5rk
@Yusuf-ok5rk 5 күн бұрын
does it automatically update index if user is activated or deactivated? new user added etc?
@DinoRossYT
@DinoRossYT 5 күн бұрын
So not trigger or functions anymore? 😅
@monostorizsolt2472
@monostorizsolt2472 5 күн бұрын
Hi, great news, i wonder is there a solution to utilise Supabase's postgis in flutter flow? Create polygin and save it to database, and simmilar 2 direction intersctivities
@dshukertjr
@dshukertjr 5 күн бұрын
I love these index video series! Learning so much in each video!
@eliuddyn
@eliuddyn 5 күн бұрын
Amazing 🔥🔥
@FMR_FMR
@FMR_FMR 6 күн бұрын
I have problem when using it on Flutter, show me error message (Error when reading 'lib/supabase.dart') When I install supabase_flutter by Terminal it's install version 1.0.1 when I run Flutter show me error message, when I upgrade it manually by change the version number to the latest version supabase_flutter: ^2.5.6 also not working !
@hodev632
@hodev632 6 күн бұрын
Can we statically host in on the Apache2 server or IIS ? Or does it have to be supabase for a specific reason? Thanks for the great tutorials
@Supabase
@Supabase 6 күн бұрын
You can host it anywhere that can fulfil these requirements: docs.protomaps.com/pmtiles/cloud-storage#concepts
@sgruhier
@sgruhier 6 күн бұрын
I had this in my todo, it's mind blowing. Well detailed, great speed, tis is amazing. My only regret is not have watched it before. Thank you so much
@szymdzum
@szymdzum 7 күн бұрын
Hey, Im into maps as well. Cool tutorial you have a sub. What I would be interested in is building UIs for interacting with maps. Adding Markers with some data by the user, geolocating nearest markers, filtering etc.
@thorwebdev
@thorwebdev 6 күн бұрын
Yay, nice, stay tuned for next week! You’ll be in for a treat 🙌
@MrAmG17
@MrAmG17 7 күн бұрын
For me its the sequence in which you have to write the multi-c indexes that makes my brain hurt.
@vdynmx
@vdynmx 7 күн бұрын
*pronounces Utrecht like a Dutch person... "wonder why there is a box around a Dutch city"...
@thorwebdev
@thorwebdev 7 күн бұрын
Nah, I’m butchering the name. Apologies to all Dutch. It’s been a while since I’ve lived in your beautiful country! 😅
@jasondavis87
@jasondavis87 7 күн бұрын
this was very useful ... thank you!
@Supabase
@Supabase 7 күн бұрын
Yay, glad to hear that. Thanks for the kind words \o/
@mrrolandlawrence
@mrrolandlawrence 7 күн бұрын
awesome stuff.
@Supabase
@Supabase 7 күн бұрын
Thanks for the kind words :)
@mrrolandlawrence
@mrrolandlawrence 7 күн бұрын
@@Supabase yeh these are good practical examples. i have a side project this is perfect for. this helps so much.
@rembautimes8808
@rembautimes8808 8 күн бұрын
Nice functionality. Good to see polygons defined on maps like the us state boundary and link that to a query on supabase. I used to be able to demo a dynamic google map query from a dashboard, but probably requires some geolocation encoding on the fly
@Supabase
@Supabase 8 күн бұрын
Thanks for tuning in! Make sure to check out the blogpost: supabase.link/protomaps-storage-blog and the example code: supabase.link/protomaps-storage-gh !