ChatApp is a real-time chat application built with React Native and Firebase. It features Firebase Authentication for user management and Firestore for real-time chat functionality. Users can sign up, log in, and send messages in real time.
Make sure you have the following installed on your machine:
- Node.js (v18 or later)
Follow these steps to get the project up and running on your local machine:
- Clone the Repository
git clone https://github.com/ahmadzraiq/chatapp-task.git
cd chatapp-task
- Install Dependencies
npm install
- Login to Expo
Run the following command to login to Expo with the provided credentials:
npx expo login
- Email: ahmadzraiqq+1@gmail.com
- Password: Testing123!
- Run the Project
- To start the app on iOS:
npm run ios
- To start the app on Android:
npm run android