You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Storage/FirebaseStorageUI/SDWebImageFIRStorageLoader.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ NS_ASSUME_NONNULL_BEGIN
25
25
* To use the Firebase Storage loader, you can use the API in `UIImageView+FirebaseStorage.h` for simple usage.
26
26
* You can also use the native SDWebImage's View Category API, with the URL constructed with `FIRStorageReference`. See `NSURL+SDWebImageFIRStorageLoader.h`
27
27
* @code
28
-
// Supports HTTP URL as well as Firebase URL globally. Put this in the early setup step like AppDelegate.m
0 commit comments