We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e357cc commit 913db4bCopy full SHA for 913db4b
FirebaseStorage/Sources/Storage.swift
@@ -39,11 +39,6 @@ import FirebaseCore
39
@objc(FIRStorage) open class Storage: NSObject {
40
// MARK: - Public APIs
41
42
- // TODO: Revert this change after testing
43
- @objc open func fakeNewPublicAPI() -> String {
44
- return "Hello, fake API!"
45
- }
46
-
47
/// The default `Storage` instance.
48
/// - Returns: An instance of `Storage`, configured with the default `FirebaseApp`.
49
@objc(storage) open class func storage() -> Storage {
0 commit comments