Metadata-Version: 2.1
Name: firebaseSimple
Version: 0.0.1
Summary: Experience firebase with hustle free declaration
Home-page: https://github.com/Shikhar0708/firebase_simple
Author: Shikhar Sinha
Author-email: shikharsinha34920@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Shikhar0708/firebase_simple/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Firebase_Simple library
# _Easiest way to upload values to firebase_


## Features
- Can easily upload , update or delete values with single declaration
- Hustle free
- Works with most python versions
- Easy to learn declarations

## Installation
```Pip install firebase_simple ```

## Usage

``` 
    import this module as import firebase_simple
    firebase_simple.getting_values("value-assigner","data to be stored","firebase-link","database-path") # use this to upload values
    firebase_simple.update_values("value-assigner","firebase-link","database-path","value to update") # use this to update values
    firebase_simple.delete_values("value-assigner","firebase-link","database-path") #use this to delete values
```

# Made by :-
``` Shikhar Sinha ```

# Github:-
```https://github.com/Shikhar0708```

# Linkedin :-
```https://www.linkedin.com/in/shikhar-kant-sinha-2b9179197/```

