File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,7 @@ makes a large number of writes to the Firebase realtime database. Download the s
138
138
private key from the "Settings > Service Accounts" page of the project, and save it as
139
139
` integration_cert.json ` at the root of the codebase. Also obtain the web API key of the project
140
140
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:
144
142
145
143
```
146
144
mvn verify
You can’t perform that action at this time.
0 commit comments