https://github.com/felipefreitasa/chat-app
💬 Chat group app, made with React Native and Firebase!
https://github.com/felipefreitasa/chat-app
authentication chat expo firebase firestore-database react reactnative
Last synced: 9 months ago
JSON representation
💬 Chat group app, made with React Native and Firebase!
- Host: GitHub
- URL: https://github.com/felipefreitasa/chat-app
- Owner: felipefreitasa
- Created: 2021-12-09T14:54:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T17:40:43.000Z (about 4 years ago)
- Last Synced: 2025-04-19T12:44:18.424Z (10 months ago)
- Topics: authentication, chat, expo, firebase, firestore-database, react, reactnative
- Language: JavaScript
- Homepage:
- Size: 254 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat app

## Install
- First, make sure you have Expo CLI installed: `npm install -g expo-cli`
- Install dependencies: `npm i` or `npm install`
- Run Project Locally: `npm start`
## Features
- User authentication
- Create a group chat
- Send messages
## Technologies
- React Native
- Firebase (Authentication and Firestore database)
- React Navigation
- React Native Elements
- Expo