Skip to content

Commit 48104da

Browse files
committed
Reverted a doc change
1 parent 8ed4e5f commit 48104da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ makes a large number of writes to the Firebase realtime database. Download the s
138138
private key from the "Settings > Service Accounts" page of the project, and save it as
139139
`integration_cert.json` at the root of the codebase. Also obtain the web API key of the project
140140
from the "Settings > General" page, and save it as `integration_apikey.txt` at the root of the
141-
codebase. Also make sure Firestore security rules configured in the project allow reads and writes
142-
from any authenticated client. Finally, run the following command to invoke the integration test
143-
suite:
141+
codebase. Now run the following command to invoke the integration test suite:
144142

145143
```
146144
mvn verify

0 commit comments

Comments
 (0)