Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.76 KB

File metadata and controls

61 lines (45 loc) · 1.76 KB

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 !!!