aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Storage/Public
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2018-04-09 14:21:00 -0700
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2018-04-09 14:41:54 -0700
commit2dd40e3abba3d3a5a949aa4980f741ae412147ba (patch)
tree05628f8f8805fc22e5f54d0ed90a68c29680e1a6 /Firebase/Storage/Public
parent42bc113754d2f9e2f0f6cf552916ae76149e717d (diff)
Removing FirebaseStorage.downloadURL
Diffstat (limited to 'Firebase/Storage/Public')
-rw-r--r--Firebase/Storage/Public/FIRStorageMetadata.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Firebase/Storage/Public/FIRStorageMetadata.h b/Firebase/Storage/Public/FIRStorageMetadata.h
index 2e3cc13..63b8798 100644
--- a/Firebase/Storage/Public/FIRStorageMetadata.h
+++ b/Firebase/Storage/Public/FIRStorageMetadata.h
@@ -113,12 +113,6 @@ NS_SWIFT_NAME(StorageMetadata)
@property(strong, nonatomic, readonly, nullable) FIRStorageReference *storageReference;
/**
- * An array containing all download URLs available for the object.
- */
-@property(strong, nonatomic, readonly, nullable) NSArray<NSURL *> *downloadURLs __deprecated_msg(
- "Use `StorageReference.downloadURLWithCompletion()` to obtain a current download URL.");
-
-/**
* Creates an instanece of FIRStorageMetadata from the contents of a dictionary.
* @return An instance of FIRStorageMetadata that represents the contents of a dictionary.
*/
@@ -141,14 +135,6 @@ NS_SWIFT_NAME(StorageMetadata)
*/
@property(readonly, getter=isFolder) BOOL folder;
-/**
- * Retrieves a download URL for the given object, or nil if none exist.
- * Note that if there are many valid download tokens, this will always return the first
- * valid token created.
- */
-- (nullable NSURL *)downloadURL __deprecated_msg(
- "Use `StorageReference.downloadURLWithCompletion()` to obtain a current download URL.");
-
@end
NS_ASSUME_NONNULL_END