I'm trying to select a video from a users camera roll which I have done now I"m not sure how to save it to the firebase storage system, how would I got about doing that?
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- adding sha1 in firebase app fails with error
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- How can make folder with Firebase Cloud Functions
- Using if let syntax in switch statement
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Enum with associated value conforming to CaseItera
- Swift - hide pickerView after value selected
1) Create a reference to your storage
2) Upload your file. (It can be video or audio or images)
The document from Firebase also explains nicely on how to upload and download contents from firebase storage.