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

Commit c3d64e6

Browse files
authored
Merge pull request #9 from danwillm/master
Updated name to "Cloud Firestore", updated Firebase app versions
2 parents c8d9431 + e87e7fb commit c3d64e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Firebase + WebRTC Codelab
2-
2+
### Full code solution can be found under the branch: _solution_
33
This is the GitHub repo for the FirebaseRTC codelab. This will teach you how
4-
to use Firebase Cloudstore for signalling in a WebRTC video chat application.
4+
to use Firebase Cloud Firestore for signalling in a WebRTC video chat application.
55

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

public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
1010

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

0 commit comments

Comments
 (0)