aniketambore / Python_Kivy_Firebase-Authentication

Python_Kivy_Firebase(Signup and Signin Authentication using helper library Pyrebase)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python_Kivy_Firebase-Authentication

Python_Kivy_Firebase(Signup and Signin Authentication using helper library Pyrebase)

Cloning the project repository

git clone https://aniketambore/Python_Kivy_Firebase-Authentication-.git

Installing the Requirements

- Install Python-Kivy Framework [Kivy](https://kivy.org/doc/stable/gettingstarted/installation.html).
- Install a simple python wrapper for the firebase api [Pyrebase](https://awesomeopensource.com/project/thisbejim/Pyrebase?categoryPage=9).

Create your Firebase Account

Create a new project from your firebase account console

  • Copy your firebase configuration dictionary.
    Ex.

Open the cloned source code

firebaseaut.py Paste Your firebase configuration dictionary here.


Open your Firebase-Database Tab

Copy your database url from here.


firebaseaut.py

Copy the database table name as



Paste in here

firebaseaut.py



Run the project from your favourite IDE as

python main.py

Output



Sign UP



If suppose you forgot your password



Click on Forgot Password and here you get the noreply email from firebase with a Reset Password link




Successfull Login

Have Fun !!!

About

Python_Kivy_Firebase(Signup and Signin Authentication using helper library Pyrebase)


Languages

Language:Python 100.0%