From cd1a6bd04450be30918e374dbee31adeba558a3f Mon Sep 17 00:00:00 2001 From: Isabella Tassone Date: Mon, 21 Aug 2023 17:47:12 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c87a506..71af482 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ The Mute Interaction History covers schemes where the **Snooze** button is prese Follow the instructions to implement the GPC Privacy Choice browser extension for your own projects. 1. Clone this repo: `git clone https://github.com/privacy-tech-lab/gpc-privacy-choice.git`. -2. Create a Firebase Cloud Firestore project. [Here](https://firebase.google.com/docs/firestore/quickstart) are detailed instructions on how to set up a Firebase server for data collection. We have already added the required dependencies, client libraries, and initialized an instance of Cloud Firestore. Before proceeding, make sure that you have created a Firebase account and ac Cloud Firestore database, as well as installed Firebase to your local machine through the command `npm install firebase`. +2. Create a Firebase Cloud Firestore project. [Here](https://firebase.google.com/docs/firestore/quickstart) are detailed instructions on how to set up a Firebase server for data collection. We have already added the required dependencies, client libraries, and initialized an instance of Cloud Firestore. Before proceeding, make sure that you have created a Firebase account and a Cloud Firestore database, selected **Test Mode** as the starting mode for your Cloud Firestore Security Rules, and installed Firebase to your local machine through the command `npm install firebase`. 3. In the `src` folder, create a `config.js` file and add in the following code. Be sure to update the fields based on the Firebase Cloud Firestore project you have set up. You can pick any password you like. Upon installing the extension users will be asked for the password. If users do not enter a password or enter a wrong password, no data will be collected on Firebase. If you are running a study with multiple schemes one after another, it is recommended to change the password between schemes. Otherwise, data from study participants running a previous scheme may continue to be collected inadvertently. ```javascript