Build a REST API with FastAPI and Firebase Authentication (Email and Password Auth)

Build a REST API with FastAPI and Firebase Authentication (Email and Password Auth)

Ssali Jonathan

1 год назад

11,193 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@SsaliJonathan
@SsaliJonathan - 25.06.2023 17:29

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?

Ответить
@fidelischukwunyere3142
@fidelischukwunyere3142 - 26.06.2023 00:27

Nice video... Congrats to you

Ответить
@evitorbarros
@evitorbarros - 26.06.2023 06:19

Thanks for the content!

Ответить
@cleverengineer2410
@cleverengineer2410 - 01.07.2023 18:35

Amazing keep going buddy

Ответить
@SaqibKhan-eo5ii
@SaqibKhan-eo5ii - 17.08.2023 23:59

thanks bro

Ответить
@HungNguyen-vz7mh
@HungNguyen-vz7mh - 25.08.2023 14:46

Thanks bro. Good tutorial

Ответить
@eddielicea3740
@eddielicea3740 - 08.11.2023 21:34

Thank you friend! Keep up the good work!

Ответить
@mrchongnoi
@mrchongnoi - 05.12.2023 11:14

Glad I found your video. You save me some brain cells.

Ответить
@carlosierralmaraz
@carlosierralmaraz - 21.12.2023 22:34

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.

Ответить
@darioalb00
@darioalb00 - 09.01.2024 21:21

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).

Ответить
@CK-yx2yv
@CK-yx2yv - 22.01.2024 17:31

Why do we need Pyrebase4, cant we just ditch it for Firebase SDK

Ответить
@kikevanegazz325
@kikevanegazz325 - 06.02.2024 22:02

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.

Ответить
@deevirus6725
@deevirus6725 - 03.04.2024 09:36

How to do crud with firebase + fastapi

Ответить
@Jimbrig2011
@Jimbrig2011 - 07.06.2024 21:51

Would this work the same if using supabase instead of firebase?

Ответить
@gannonk08
@gannonk08 - 10.08.2024 21:54

Thanks!

Ответить
@afuaayiku8669
@afuaayiku8669 - 23.08.2024 21:43

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?

Ответить
@HosseinKalbasi
@HosseinKalbasi - 28.08.2024 21:38

Thanks a lot for this! How can we extend it to be able to login via Google as well?

Ответить
@bubbleflutter
@bubbleflutter - 05.11.2024 14:04

Thanks brother

Ответить
@InfiniteInsights_88
@InfiniteInsights_88 - 04.01.2025 17:28

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 🫂🎉

Ответить
@eddielicea3740
@eddielicea3740 - 08.11.2023 22:19

Rename schema_extra to json_schema_extra for the example values to update if you're following along with a later V.

Ответить