Please please please ... - I am struggling with the question of NextJS's Auth.JS support VS Supabase Auth VS Clerk. - I tried using appwrite and struggled and gave up. Seeing your YT reviews, I would love to give Supabase a try - PLEASE PLEASE make an in depth video.
would love to see your full review of suppabase (particularly vs firebase). also, thanks for your no-ego-approach. your content is quick yet deep, straight-forward and insightful. keep doing what you are doing!
I’m a SWE and I’ve been gearing up to work on a SaaS/side project and your videos have been helpful. I agree with using Supabase as a serverless backend. Very good dashboard and APIs Much peace and love bro. Keep going and wish you much success brother!
Please please please make an in-depth video ... - I am struggling with the question of NextJS's Auth.JS support VS Supabase Auth VS Clerk. - I remember you mentioning Pinecone - now that you are on Supabase with Postgress, did you try using pgvector? - any glaring observations? - I tried using appwrite and struggled and gave up. Seeing your YT reviews, I would love to give Supabase a try - PLEASE PLEASE make an in depth video.
I like Supabase and paying for it, but the RLS is only useful if you're building simple apps where all logic can live in the frontend but for those who are building more serious apps and need dedicated backend, the RLS feature becomes a hassle and is easier to just ignore it and do backend the traditional way.
Thank you so much for this video brother! Can you make a video on how beginners can start to code. I just got into this space and I kinda feel overwhelmed with information from every possible source. If you can make a clean simple video on how to get started with web dev, then just know that I and other beginners would really appreciate it. Thank you so much bro, and I wish you all the best. *subscribed *liked *commented *clecked the notes bell
Would love to see your take on using Supabase vs Firebase! Especially now that Firebase is going to have relational database support with Firebase Data Connect.
Hey yeah I'd love to see a video more about supabase. Heard a lot about it but I've never used it myself. I'd be interested in hearing about what it does for you that makes your workflow better, as opposed to a more "traditional" solution or why you chose it over other competitors like firebase (which I assume is because firebase locks you in to a specific cloud provider)
A full review of supabase will be ausome 💯. Also can you please, do another one for AppWrite, so that I can know if it's worth it (even if it's just a short), I'll appreciate.😊 Thanks
You definitely did not have to create your authentication from scratch. You just had to add one api route that handles email confirmation, and that's only required if you want to use pkce flow (which is recommended).
well yes I didn't have to write it from scratch but really what I was trying to say is that it does requires more work compared to Clerk to add it to your app.
as junior developer in my third year of college ,is it more beneficial to focua on building apps from secratch or utilazing exsting tools that u use ? and thank u for ur content
SaaS owners: Would you pay for an AI chatbot that answers new customers' questions, handles marketing, and directs them to the checkout page when they're ready to subscribe?
An in-depth review would be great!
Yes it would!
sounds good! will work on filming one soon
Yes
Please please please ...
- I am struggling with the question of NextJS's Auth.JS support VS Supabase Auth VS Clerk.
- I tried using appwrite and struggled and gave up. Seeing your YT reviews, I would love to give Supabase a try - PLEASE PLEASE make an in depth video.
would love to see your full review of suppabase (particularly vs firebase). also, thanks for your no-ego-approach. your content is quick yet deep, straight-forward and insightful. keep doing what you are doing!
I’m a SWE and I’ve been gearing up to work on a SaaS/side project and your videos have been helpful. I agree with using Supabase as a serverless backend. Very good dashboard and APIs
Much peace and love bro. Keep going and wish you much success brother!
love it man! rooting for you. excited to see what you build
would love to see the supabase full review!
Coming soon!
I’ll love to watch how do you integrate supabase with clerk and also how do you build auth from scratch with supabase
Just use the Clerk docs for integration with Supabase, it's straight forward.
Please please please make an in-depth video ...
- I am struggling with the question of NextJS's Auth.JS support VS Supabase Auth VS Clerk.
- I remember you mentioning Pinecone - now that you are on Supabase with Postgress, did you try using pgvector? - any glaring observations?
- I tried using appwrite and struggled and gave up. Seeing your YT reviews, I would love to give Supabase a try - PLEASE PLEASE make an in depth video.
I like Supabase and paying for it, but the RLS is only useful if you're building simple apps where all logic can live in the frontend but for those who are building more serious apps and need dedicated backend, the RLS feature becomes a hassle and is easier to just ignore it and do backend the traditional way.
Hi, what do you think about using Sanity for the backend.
it's a good CMS provider but I wouldn't necessarily call it a proper backend
literally changed from PlanetScale to Supabase.... lmao
finally he's starting the drizzler process
hahaha nah not using an ORM (prisma or drizzle) just using supabase's base one
love your content
love your support homie 🫡♥️
Thank you so much for this video brother! Can you make a video on how beginners can start to code.
I just got into this space and I kinda feel overwhelmed with information from every possible source. If you can make a clean simple video on how to get started with web dev, then just know that I and other beginners would really appreciate it.
Thank you so much bro, and I wish you all the best.
*subscribed *liked *commented *clecked the notes bell
Would love to see your take on using Supabase vs Firebase! Especially now that Firebase is going to have relational database support with Firebase Data Connect.
Would love to dive into this topic in the future.
Hey yeah I'd love to see a video more about supabase. Heard a lot about it but I've never used it myself. I'd be interested in hearing about what it does for you that makes your workflow better, as opposed to a more "traditional" solution or why you chose it over other competitors like firebase (which I assume is because firebase locks you in to a specific cloud provider)
I'd love know what kind of usage you think your app would need to see to hit the usage limits.
Yes please deeper Supabase tutorials!
A full review of supabase will be ausome 💯.
Also can you please, do another one for AppWrite, so that I can know if it's worth it (even if it's just a short), I'll appreciate.😊
Thanks
How do you deal with supabase making free-tier databases go occasionally dormant? This seems like a non-starter for production level usage.
You definitely did not have to create your authentication from scratch. You just had to add one api route that handles email confirmation, and that's only required if you want to use pkce flow (which is recommended).
well yes I didn't have to write it from scratch but really what I was trying to say is that it does requires more work compared to Clerk to add it to your app.
@@YourAverageTechBro yeah it's not as easy as clerk but still very easy compared to writing your whole auth from scratch.
Why don't you get a linux VPS and build your app in the MERN stack. It's so easy and no hassle at all
because I have no idea how to and I don't want to learn something too new haha. I'm just comfortable with my own stack 🤷
Why would anyone use MERN in 2024 🫠
full review!!🙏
Better to use a saas boilerplate or start from scratch if I am new to web dev?
do you think renting vps will be much cheaper?
probably cheaper in terms of dollars but arguably not cheaper with regard to time
thisis the first time I heard someone that they like RLS, personally I think it should be handled as application code, not as a database layer!
Is your github boilerplate publicly available?
Would love to make full video for Supabase features and challenges
More videos on Supabase would be great
definitely planning to do so!
I don’t know too much about convex but have you considered it? If not ignore my comment, else I’m curious why picked supabase.
haven't heard about convex unfortunately
Why supabase not neon?
What’s the difference between clerk and supabase auth?
Love the content
will talk about this in a future video where I do an in-depth review about Supabase!
Looks like you love anime.
Behind, there is a All Might and Tanjiro doing sun breathing action figure.
hahaha yes I am a fan of anime - good eye. Always a reminder to go plus ultra lol
I am struggling with supabase authorization in multi tenancy, and RLS.
please share if you find any good solution for this.
what specific issue do you have w/ multi tenancy?
as junior developer in my third year of college ,is it more beneficial to focua on building apps from secratch or utilazing exsting tools that u use ? and thank u for ur content
learning existing tools. you'll never be asked to build something completely from scratch w/o existing tools so no need for that imo
Do a full review 🎉
SaaS owners: Would you pay for an AI chatbot that answers new customers' questions, handles marketing, and directs them to the checkout page when they're ready to subscribe?
ah man a vid full of skill issues
hahahaha this was a good one. yeah i'm a trash dev i'll own it
You say lazy pot is successfull. Look at HI Smile. I think hey are bigger
will take a look!
@@YourAverageTechBro yeah i heard that they even made almost 1 billion . Classified as the most successful dropshipping buisness
First comment 😂
congratulations 🫡