Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 895 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 895 Bytes

signum

Signum is a clone of the Signal Application written in React Native

Installation

  1. Run npm install in signum folder. This should download and create the directories for the project.
  2. Run npm start to start the server to deliver the bundle url.

Firebase Configuration

To set up the firebase, you need to open the firebase.js folder and then add your apiKey configuration.

const firebaseConfig = {
  apiKey: "YOUR-FIREBASE-API-KEY",
  authDomain: "YOUR-FIREBASE-DOMAIN",
  projectId: "YOUR-FIREBASE-PROJECT-ID",
  storageBucket: "YOUR-FIREBASE-STORAGE",
  messagingSenderId: "YOUR-FIREBASE-MESSAGING",
  appId: "YOUR-FIREBASE-APP-ID"

}

Demo

You can test the app by two ways:

In Expo Build you need to open the camera app on your device and scan the code.