ionic2-firebase-webrtc icon indicating copy to clipboard operation
ionic2-firebase-webrtc copied to clipboard

WebRTC with authentication from Firebase build on Ionic 2

Mobile Text, Audio and Video chat based on WebRTC, Firebase and Ionic 2

There is a simple mobile, audio and video chat application based on:

to demonstrate how to combine them together inside the Ionic 2 project.

Note: This project is not under development!!!

Prerequisite

Start

Run following shell script to install NPM modules

npm i

Add Android or IOS platform to your project

ionic platform add ios android

Build project for specified platforms

ionic build

Explore project in your local web browser

ionic serve