Skip to content

Commit f2b0ad9

Browse files
committed
Revert "move includecode marker in storage sample"
This reverts commit 4996956.
1 parent 4b37d5d commit f2b0ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/swift/FirebaseUI-demo-swift/Samples/StorageViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ class StorageViewController: UIViewController {
4747
guard let text = self.textField.text else { return }
4848
guard let url = URL(string: text) else { return }
4949

50-
// [START firebaseui_load_image]
5150
self.storageRef = FIRStorage.storage().reference(withPath: url.path)
5251

52+
// [START firebaseui_load_image]
5353
self.imageView.sd_setImage(with: self.storageRef,
5454
placeholderImage: nil) { (image, error, cacheType, storageRef) in
5555
if let error = error {

0 commit comments

Comments
 (0)