- Git
- Git gui client [optional]
- NodeJs
- Visual Studio Code or other oditor of choice
This is the source code for the Firebase FriendlyChat codelab. It includes start and end versions of the code for Web, Android, Objective-C and Swift. To get started open the codelab instructions:
git clone [email protected]:MoMoSplit/friendlychat.git
or
git clone https://github.com/MoMoSplit/friendlychat.git
Open account on https://codeanywhere.com/
On Codeanywhere dev environment we will be using slightly different command params:
- Instead of
firebase login
usefirebase login --no-localhost
- Instead of
firebase serve
usefirebase serve -o 0.0.0.0
See LICENSE