From 12faf205f34042aa7fb6ff13c6980556dbb1ba39 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Mon, 12 Feb 2018 19:11:45 -0800 Subject: Cleaning up implicit retain for the RTDB and Storage --- Example/Storage/Tests/Integration/FIRStorageIntegrationTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Example/Storage') 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=**} { -- cgit v1.2.3