💬
Just a simple and small real-time chat app built with React Native (Expo) and Firebase
1: Install the project dependencies:
$ npm install # yarn
2: Copy the .env.example to .env and update the values with your firebase credentials
$ cp .env.example .env
3: Run the project, you can visualize the app in your smartphone through the expo go:
$ npm start # yarn start