Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.48 KB

README.md

File metadata and controls

69 lines (44 loc) · 1.48 KB

car-oof

Simple React Native app that can be used to store important car documents to a Firebase Database. Go paperless, dump your old traffic tickets, and empty your glovebox today, with the help of this app and the reliability of Google Firebase.

demogif

Try the app here: https://expo.io/@marwanest1/car-oof

Getting Started

Follow these steps to get your own version of this project.

Prerequisites:

Clone the Repo:

git clone https://github.com/Marwan01/car-oof.git

Update firebase config to use your own. In your Firebase console app settings, copy your config that is in the format:

const firebaseConfig = {
  apiKey: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  authDomain: "xxxxxx.firebaseapp.com",
  databaseURL: "https://xxxxxx.firebaseio.com",
  projectId: "xxxxxx",
  storageBucket: "xxxxxx.appspot.com",
  messagingSenderId: "XXXXXXXXXX",
  appId: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
};

and change it with the existing one in the Fire.js file.

Install dependencies:

yarn

Run with:

npm start 

Build with:

expo build

Next Steps:

Check the issues page for what to implement next.

Credits:

Tutorial followed: https://blog.expo.io/instagram-clone-using-firebase-react-native-expo-cc32f61c7bba