A Firebase chat sdk for React Native applications
Halo Chat is based on Firebase services, for this reason let's install these libraries:
npm i @react-native-firebase/app@^14 @react-native-firebase/auth@^14 @react-native-firebase/firestore@^14 @react-native-firebase/storage@^14
We can now install Halo Chat
npm install @westudents/react-native-halo-chat-core
We now have to setup a new project on Firebase console and add it to our app, in order to do this you can follow official documentation React Native Firebase
import * as HaloChat from "@westudents/react-native-halo-chat-core";
// ...
const room = await HaloChat.RoomActions.createRoomWithUsers([otherUser])
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library