From 61357a94b09d88726759f472f3b613428a1158a2 Mon Sep 17 00:00:00 2001 From: Jacob Wenger Date: Thu, 26 May 2016 14:54:24 -0700 Subject: [PATCH] Removed unneeded security rules setting from local setup --- .github/CONTRIBUTING.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5f9beec..a12888d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -87,18 +87,7 @@ $ bower install # install local JavaScript dependencies ### Create a Firebase Project 1. Create a Firebase project [here](https://console.firebase.google.com). -2. Set the project's Realtime Database Security Rules to public: - -```json -{ - "rules": { - ".read": true, - ".write": true - } -} -``` - -3. Set the `REACTFIRE_TEST_DB_URL` environment variable to your project's database URL: +2. Set the `REACTFIRE_TEST_DB_URL` environment variable to your project's database URL: ```bash $ export REACTFIRE_TEST_DB_URL="https://.firebaseio.com"