From ff1df964a7cc58f3782c8de222cbc2c694ec3a50 Mon Sep 17 00:00:00 2001
From: danwillm <39023874+danwillm@users.noreply.github.com>
Date: Sat, 28 Mar 2020 18:09:31 +0000
Subject: [PATCH 1/3] Update Cloudstore to Cloud Firestore
Cloud Firestore is the real name of the Firebase application.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e29ac33..0cb49a2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Firebase + WebRTC Codelab
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.
From f643163814bb604968fc884321cf184457c4b8f8 Mon Sep 17 00:00:00 2001
From: danwillm <39023874+danwillm@users.noreply.github.com>
Date: Sat, 28 Mar 2020 18:12:40 +0000
Subject: [PATCH 2/3] Updated versions of firebase apps used
Firebase version numbers were way out of date.
---
public/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
index 2872cde..8056a8a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,9 +9,9 @@
-
+
-
+
From e87e7fb9b647d53f39ba9706ddd5537e6d60132e Mon Sep 17 00:00:00 2001
From: danwillm <39023874+danwillm@users.noreply.github.com>
Date: Sat, 28 Mar 2020 18:23:48 +0000
Subject: [PATCH 3/3] Make the working code more identifiable from the codelab
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0cb49a2..2e3ec2a 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# 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 Cloud Firestore for signalling in a WebRTC video chat application.