DEV Community

Cover image for Introduction To Pyrebase Authentication
Raghav Mrituanjaya
Raghav Mrituanjaya

Posted on • Updated on

Introduction To Pyrebase Authentication

Hi, guys, this will be a post series where I will be talking about pyrebase(a firebase library for python)
So in this post, we will be seeing how to get started with Firebase Auth

Why is Firebase Auth

Firebase auth helps use to have a function like a password hashing, third party OAuth without the need of us maintaining a database you can easily verify via email or phone(SMS)

GETTING STARTED

So before continuing further I assume you have python and pip installed

CONCLUSION

So hope you guys understood how to authenticate a user and if you are looking for cloud hosting I recommend Digital Ocean
Support me on Patreon => https://www.patreon.com/gogamic

Top comments (1)

Collapse
 
arnabsen1729 profile image
Arnab Sen

This looks incomplete :(