aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Storage
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2018-02-12 19:11:45 -0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2018-02-13 10:27:53 -0800
commit12faf205f34042aa7fb6ff13c6980556dbb1ba39 (patch)
tree4f6300167f06b0cb68fb5c5fb3274293df62bb91 /Example/Storage
parentadf9fb31eeef639ef23b2ff22a71adaa91a263b7 (diff)
Cleaning up implicit retain for the RTDB and Storage
Diffstat (limited to 'Example/Storage')
-rw-r--r--Example/Storage/Tests/Integration/FIRStorageIntegrationTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Storage/Tests/Integration/FIRStorageIntegrationTests.m b/Example/Storage/Tests/Integration/FIRStorageIntegrationTests.m
index 703c2c6..8e826c9 100644
--- a/Example/Storage/Tests/Integration/FIRStorageIntegrationTests.m
+++ b/Example/Storage/Tests/Integration/FIRStorageIntegrationTests.m
@@ -33,7 +33,7 @@ NSTimeInterval kFIRStorageIntegrationTestTimeout = 30;
* A sample configuration may look like:
*
* service firebase.storage {
- * match /b/{YOUR_PROJECT_ID}.appspot.com/o {
+ * match /b/{bucket}/o {
* ...
* match /ios {
* match /public/{allPaths=**} {