Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubygarage/react-native-firebase-chat
This repository contains the source code for a simple chat application built with React Native (frontend) and Firebase (backend).
https://github.com/rubygarage/react-native-firebase-chat
android firebase ios react-native redux
Last synced: about 1 month ago
JSON representation
This repository contains the source code for a simple chat application built with React Native (frontend) and Firebase (backend).
- Host: GitHub
- URL: https://github.com/rubygarage/react-native-firebase-chat
- Owner: rubygarage
- Created: 2017-08-07T14:44:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:17:17.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T13:05:53.268Z (5 months ago)
- Topics: android, firebase, ios, react-native, redux
- Language: JavaScript
- Homepage:
- Size: 2.28 MB
- Stars: 151
- Watchers: 12
- Forks: 58
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-firebase-chat
This repository contains the source code for a simple chat application built with React Native (frontend) and Firebase (backend).Copy the config from your Firebase account and paste it to firebase.js file that can be found by the path: app/configs/firebase.js
```javascript
export const firebaseConfig = {
apiKey: ““,
authDomain: “.firebaseapp.com”,
databaseURL: “https://.firebaseio.com”,
projectId: ““,
storageBucket: “.appspot.com”,
messagingSenderId: ““,
}
```To run the iOS application, use the following command:
```
react-native run-ios
```To run the Android application, use this command:
```
react-native run-android
```
***RubyGarage is a leading software development and consulting company in Eastern Europe. Our main expertise includes Ruby and Ruby on Rails, but we successfully employ other technologies to deliver the best results to our clients. [Check out our portfolio](https://rubygarage.org/portfolio) for even more exciting works!