Skip to content

Commit 1e357cc

Browse files
committed
Test new API shows in report
1 parent beb4d9f commit 1e357cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

FirebaseStorage/Sources/Storage.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ import FirebaseCore
3939
@objc(FIRStorage) open class Storage: NSObject {
4040
// MARK: - Public APIs
4141

42+
// TODO: Revert this change after testing
43+
@objc open func fakeNewPublicAPI() -> String {
44+
return "Hello, fake API!"
45+
}
46+
4247
/// The default `Storage` instance.
4348
/// - Returns: An instance of `Storage`, configured with the default `FirebaseApp`.
4449
@objc(storage) open class func storage() -> Storage {

0 commit comments

Comments
 (0)