Thanks for this video Patrick! I am loving @supabase - will try it with python for sure. I personaly used JS on my channel to demonstrate but interested to try others langages as well! Best
Thanks, I had Same issue discussed in auth policies section of your video. The issue was that after signing in I wasn't allowed to perform CRUD when policies were set to authenticated users only. By now I know to fix that. Thanks for mentioning that.
Hey Patrick, thank you for the comprehensive overview of supabase-py! Extremely informative. Quick question - I've seen a few devs use Supabase with SQLAlchemy. Are there benefits or disadvantages compared to superbase-py?
Patrick, although, I did my Ph.D. in AI and I have excellent programming skills, I still learn from you. you have one of the wealthiest approaches in teaching coding among the other channels. I kindly ask you to do a tutorial about T-sne (a manifold learning method) to code it from scratch as you did in the ML playlist.
I have a stupid question : with python, we don't have the pre-build sdk as in Javascript, but we do have the bash. Could we just copy-paste right into the python code the bash command (curl - "https blablabla...") with a "!" or a "%" before ? Like "!curl - "https blablabla..." or "%curl - "https blablabla..."
Would you recommend configuring the supabase client to never persist sessions if you're using it behind an API like FastAPI? For example: create_client( SUPABASE_URL, SUPABASE_KEY, ClientOptions(persist_session=False), ) I'm not totally familiar with how this works yet, but ideally the server would be stateless and wouldn't maintain sessions, but rather just pass along JWTs. Any thoughts on this?
Thanks for this video Patrick! I am loving @supabase - will try it with python for sure. I personaly used JS on my channel to demonstrate but interested to try others langages as well! Best
This was a FANTASTIC crash course Patrick. Thank you for sharing it with us.
Note that sign_in has been deprecated in favor of sign_in_with_password
Thanks, I had Same issue discussed in auth policies section of your video. The issue was that after signing in I wasn't allowed to perform CRUD when policies were set to authenticated users only. By now I know to fix that. Thanks for mentioning that.
How did you solve it? I created the RLS and tried the .auth() trick and it didn't work for me.
@0:18 Thank you!! 🙏
Excellent turorial, thnx a lot!
Would be great if u make a video session about connecting flask to Supabase :)
Hi Patrick, Thanks for a Course about Supabase!, Can you also make a video for the docker installation of Supabase?
really like the solid support of all type of Auth providers!
Hey Patrick, thank you for the comprehensive overview of supabase-py! Extremely informative. Quick question - I've seen a few devs use Supabase with SQLAlchemy. Are there benefits or disadvantages compared to superbase-py?
Patrick, although, I did my Ph.D. in AI and I have excellent programming skills, I still learn from you. you have one of the wealthiest approaches in teaching coding among the other channels. I kindly ask you to do a tutorial about T-sne (a manifold learning method) to code it from scratch as you did in the ML playlist.
quite amazing video , you saves my time
Hello, how to only print the information of the database and ignore "count = None" and {} from the output??
Thanks for this video!
Hi ..I am a newbie trying to learn Supabase. @5:31 ,what project is set up in the IDE? Can you elaborate on the project setup?
ran into new row violates row-level security policy for table using the public api key
I have a stupid question : with python, we don't have the pre-build sdk as in Javascript, but we do have the bash.
Could we just copy-paste right into the python code the bash command (curl - "https blablabla...") with a "!" or a "%" before ?
Like "!curl - "https blablabla..." or "%curl - "https blablabla..."
good tut not much info available for supabase with python, thanks a lot
Thank you for your work, Patrick! Do you plan to make an Airflow Crash Course video?
Is there any way to display list of tables in a supabase database?
do you have one about connecting the front end to this?
great course🎉
if I use django, makes sense to use supabase?
can you create a tutorial for login page apps using kivymd, python and supabase
Can't thank enough, was really looking for some alternatives to Heroku. Wanted to Learn Supabase
what is difference between supabase and supabase_py
salut, peux-tu refaire le tutos en français, supabase avec Flask ou Django...?
Thanks Patrick
Very Cool 🎉
Would you recommend configuring the supabase client to never persist sessions if you're using it behind an API like FastAPI?
For example:
create_client(
SUPABASE_URL,
SUPABASE_KEY,
ClientOptions(persist_session=False),
)
I'm not totally familiar with how this works yet, but ideally the server would be stateless and wouldn't maintain sessions, but rather just pass along JWTs. Any thoughts on this?
Find a solution?
Why you changed your channel name
good video, but don't remove the type hint, or any other best practice steps.
Make a video on django cookie cutter
Who is Patrick? 😅
Golang soon please!
🌟👍
Bro rename channel to python engineer
👍🦧🐶
supabase = hotmess, "Failed to delete records: 200
Failed to delete records: 200
Failed: []" WTF is this supposed to tell me???
Very good. I do not like Python, though.
thanks so much for that supabase.postgres.auth() trick. they still havent fixed it lol