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
Add more swifty initialization for the reference on the firebase storage. At the moment Firebase Storage crashes the Swift app, if you provide link with incorrect domain to - (FIRStorageReference *)referenceForURL:(NSString *)string;
The text was updated successfully, but these errors were encountered:
@morganchen12 Hello, any behaviour with error handling is enough for this case. From my point of view, optional is enough, but you can consider for throwing a Swift error in such case.
Adding for consideration for Firebase 10. At first thought, I think throwing a Swift error would be best so that the return value doesn't need to be unwrapped.
Feature proposal
Add more swifty initialization for the reference on the firebase storage. At the moment Firebase Storage crashes the Swift app, if you provide link with incorrect domain to - (FIRStorageReference *)referenceForURL:(NSString *)string;
The text was updated successfully, but these errors were encountered: