Instagram clone built with React Native & Firebase.
⚠ This project is still in progress. Feel free to clone the project if you want to continue the development of this app on your own.
- Install the Expo CLI.
- Download or clone the project.
- Create a Firebase project and enable Cloud Firestore & email/password authentication.
Inside the backend
folder:
- Link the Firebase Functions code with your Firebase project (you will have to upgrade to the Blaze plan to be able to use Firebase Functions).
Inside the frontend
folder:
- Create a
config.js
file at the root of the folder and paste your Firebase SDK configuration key there. - Install the dependencies with
npm install
. - Run the app with
expo start
.