Комментарии:
Thanks for 5000 subscribers. Using Firebase Auth, you can also change your authentication to go beyond just using emails and Password. Would you love to see me make a video on that?
ОтветитьNice video... Congrats to you
ОтветитьThanks for the content!
ОтветитьAmazing keep going buddy
Ответитьthanks bro
ОтветитьThanks bro. Good tutorial
ОтветитьThank you friend! Keep up the good work!
ОтветитьGlad I found your video. You save me some brain cells.
ОтветитьReally good video but please stop saying "basically" every 3 seconds for an entire hour. Hope it's taken as constructive criticism and not badly.
ОтветитьI learned a lot, thank you.
But I still don't quite understand why Pyrebase4 (sign_in_with_email_and_password) is used in /login, and firebase_admin (auth.create_user) is used in /signup.
In another tutorial, I saw that for the latter, Pyrebase4 is used with 'create_user_with_email_and_password'.
I wonder if everything, including /ping, can't be done only with Pyrebase4 (self-described as: A simple python wrapper for the Firebase API).
Why do we need Pyrebase4, cant we just ditch it for Firebase SDK
ОтветитьI tried to follow your tutorial but got an error that I can't work around, and it's got to do with pyrebase, regardless of pyrebase or pyrebase4... there's always an error that pops out. The initial one has got to do with conflicting versions of requests, but if I upgrade it, there are a bunch of other modules break.
ОтветитьHow to do crud with firebase + fastapi
ОтветитьWould this work the same if using supabase instead of firebase?
ОтветитьThanks!
ОтветитьThis is a really good video! Thank you for the effort you put into it.
Let's say my front-end system uses firebase authentication (this is separate from the backend which isn't connected by the firebase SDK. How would you my python app then validate a token from the front-end, since it is not connected to the same firebase app?
Thanks a lot for this! How can we extend it to be able to login via Google as well?
ОтветитьThanks brother
ОтветитьI am a university student and until I came across your vid I suffered a lot to build my first API since our lectures don't really teach us
I understood your process within a twinkle of an eye
THANKS BRO 🫂🎉
Rename schema_extra to json_schema_extra for the example values to update if you're following along with a later V.
Ответить