/DW_1D

Digital World 1D Project

Primary LanguagePython

Digital World 10.009

Digital World 1D Project

In this project, we will be using Firebase with the Pyrebase API which helps integrate the software in our Raspberry Pi. The programming and code will be written in Python3.


Firebase


A noSQL cloud database that is easy to learn, and quick for implementing prototypes. We will start with creating a firebase database.

The Pyrebase API: https://github.com/thisbejim/Pyrebase

  1. Sign in to Google in Firebase.
  2. Click on "console" at the top right

  1. Click on "Add project"

  1. After entering your project name, click on "Database" at the left menu

  1. Create a Realtime Database

  1. Start in test mode

  1. Click on settings at the left menu

  1. Take note of your project ID and Web API key, they are needed in your Python code to authenticate

  2. Add user under "Authentication"