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 beb4d9f commit 1e357ccCopy full SHA for 1e357cc
FirebaseStorage/Sources/Storage.swift
@@ -39,6 +39,11 @@ 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