DEV Community

Cover image for Build role-based api Python and firebase authentication
Budy mnvenom
Budy mnvenom

Posted on

Build role-based api Python and firebase authentication

This is my complete guide to use python firebase Auth in 2021. I used  Firebase Auth REST API  official documentation to build a simple and clean python codes (api) that allows you to  :

  • Sign up with email / password.
  • Sign in with email / password.
  • Send email verification.
  • Sign in anonymously.
  • Send password reset email.
  • Get user data.
  • Delete account.

After this article you will be able also to make your own api.

So if you want use firebase authentication in one of your project, You will love today's article.

Let's dive in.

What is firebase authentication

Firebase Authentication provides back-end services, easy-to-use , and ready-made UI libraries to authenticate users to your app . It supports authentication using passwords, phone numbers, popular federated identity providers like Google, Facebook and Twitter, and more.

It is also free !

Create Firebase Project

To create a firebase project :
Keep reading

Top comments (0)