Skip to content

Shikhar0708/firebase_simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages