CPSC270
Software Engineering and Project Design

Assignment 21

Firebase

Install software required for Firebase:

  1. Firebase does not work with Expo apps. So, begin by following the React Native CLI Quickstart on the React Documentation’s Setting up the Development Environment page. Note that this will require you to install a simulator for your target development environment.
  2. Create a React Native project (without Expo) and following the React Native Firebase Documentation’s Getting Started page to install Firebase. Note that this will require you to create a new Firebase project, which requires a Google account.

Read the following sections React Native Firebase Documentation and Firebase Documentation:

  1. Realtime Database
  2. Structure Your Database
  3. Understand Firebase Realtime Database Rules