Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aniketambore/python_kivy_firebase-authentication

Python_Kivy_Firebase(Signup and Signin Authentication using helper library Pyrebase)
https://github.com/aniketambore/python_kivy_firebase-authentication

firebase kivy-framework pyrebase python3

Last synced: 2 months ago
JSON representation

Python_Kivy_Firebase(Signup and Signin Authentication using helper library Pyrebase)

Awesome Lists containing this project

README

        

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