Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from danwillm/master
Browse files Browse the repository at this point in the history
Updated name to "Cloud Firestore", updated Firebase app versions
  • Loading branch information
ErikHellman committed Mar 30, 2020
2 parents c8d9431 + e87e7fb commit c3d64e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Firebase + WebRTC Codelab

### Full code solution can be found under the branch: _solution_
This is the GitHub repo for the FirebaseRTC codelab. This will teach you how
to use Firebase Cloudstore for signalling in a WebRTC video chat application.
to use Firebase Cloud Firestore for signalling in a WebRTC video chat application.

The solution to this codelab can be seen in the _solution_ branch.

Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

<!-- update the version number as needed -->
<script defer src="/__/firebase/5.9.3/firebase-app.js"></script>
<script defer src="/__/firebase/7.13.1/firebase-app.js"></script>
<!-- include only the Firebase features as you need -->
<script defer src="/__/firebase/5.9.3/firebase-firestore.js"></script>
<script defer src="/__/firebase/7.13.1/firebase-firestore.js"></script>
<!-- initialize the SDK after all desired features are loaded -->
<script defer src="/__/firebase/init.js"></script>

Expand Down

0 comments on commit c3d64e6

Please sign in to comment.