DEV Community

Cover image for Introduction To Pyrebase Database
Raghav Mrituanjaya
Raghav Mrituanjaya

Posted on • Updated on

Introduction To Pyrebase Database

Hi, guys, this will be a post series where I will be talking about pyrebase(a firebase library for python)
So in this post, we will be seeing how to get started with Firebase database

What is Firebase

Firebaseis a mobile and web application development platform developed by Firebase, Inc. in 2011, then acquired by Google in 2014. As of March 2020, the Firebase platform has 19 products, which are used by more than 1.5 million apps

GETTING STARTED

So before continuing further I assume you have python and pip installed

Now run this code to install pyrebase

pip install pyrebase

CONCLUSION

So hope you guys understood and if you are looking for cloud hosting i recommend Digital Ocean
Support me on Patreon => https://www.patreon.com/gogamic

Top comments (1)

Collapse
 
tazim404 profile image
Tazim Rahbar

how i can make chat app using pyrebase