Share ideas in short messages with space travel. React Redux and Firebase
Send your thoughts and ideas away on a capsule to traverse the universe and arrive upon a stranger.
This app is made with React, Redux and Firebase Firestore as a backend/database.
In a terminal run:
To clone git repo
git clone https://github.com/064xp/helion/
cd helion
Install node modules
npm install
To start development server
npm start
A firebaseConfig.js
file in the root of your project is required where you firebase configuration is exported
//firebaseConfig.js
const config = {
apiKey: "<API_KEY>",
authDomain: "<PROJECT_ID>.firebaseapp.com",
databaseURL: "https://<DATABASE_NAME>.firebaseio.com",
projectId: "<PROJECT_ID>",
storageBucket: "<BUCKET>.appspot.com",
messagingSenderId: "<SENDER_ID>"
};
export default config;
── floaters
└── [docId]
├── author
│ └── "064xp"
├── content
│ └── "Hello world"
└── time
└── "1556682311385"