From f5b0425df941ea6906e75a6371a85ecb2bb58701 Mon Sep 17 00:00:00 2001 From: Nathaniel Camomot Date: Thu, 22 Nov 2018 00:02:53 +0800 Subject: [PATCH] doc --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05d3bcb..098a96f 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ secure signalling and authentication for [simple-peer](https://github.com/feross ### setup firebase - https://firebase.google.com/docs/web/setup - https://firebase.google.com/docs/database/web/start +* https://firebase.google.com/docs/web/setup +* https://firebase.google.com/docs/database/web/start Basically, you'll need to create a firebase project and setup the JS client SDK: @@ -42,6 +42,7 @@ You need to configure your [security rules](https://firebase.google.com/docs/dat ### configure authentication method You will also need to configure your preferred authentication method: + `https://console.firebase.google.com/u/0/project//authentication/providers` Right now, firebase supports Email/Password, Phone, Google, Facebook, Twitter, Github, or Anonymous sign-in methods.