강상위

Changes README.md

1 -# Firebase Codelab: FriendlyChat 1 +# SBM(Silver Business Model) Demo Code
2 - 2 +- This is the source code of SBM Demo for KVP.
3 -This is the source code for the Firebase FriendlyChat codelab. It includes start and end versions of the 3 +- Based on the Firebase FriendlyChat codelab codes.
4 -code for Web and Cloud Functions. To get started open the codelab instructions:
5 -
6 - - [Firebase Web Codelab](https://codelabs.developers.google.com/codelabs/firebase-web/).
7 - - [Firebase SDK for Cloud Functions Codelab](https://codelabs.developers.google.com/codelabs/firebase-cloud-functions/).
8 -
9 -
10 -## How to make contributions?
11 -Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md)
12 -
13 -
14 -## License
15 -See [LICENSE](LICENSE)
......
1 -# Firebase Web Codelab - Start code 1 +# SBM Demo Actual Code
2 - 2 +- index.html, phonecall.html, messages.html
3 -This folder contains the starting code for the [Firebase: Build a Real Time Web Chat App Codelab](https://codelabs.developers.google.com/codelabs/firebase-web/). 3 +- main.js, index.js
4 - 4 +- Based on firebase tutorial - Friendly Chat Web-Start codes.
5 -If you'd like to jump directly to the end and see the finished code head to the [web](../web) directory.
......