Post

Replies

Boosts

Views

Activity

Reply to YouTube Bug iOS 14.6 iPad
This is again, probably something more for YouTube feedback, and not for the developer forums. The developer forums are where developers ask questions to one another, not necessarily give feedback on non apple made apps. I recommend you direct this to YouTube support or go through feedback assistant.
Topic: App & System Services SubTopic: Hardware Tags:
Jun ’21
Reply to Storing Images and Videos
Firebase is an easy to implement option. Just note that some of the things with firebase are out of date. For example, if you use firebase and follow their process, you'll put the code for Firebase.configure() inside AppDelegate.swift. Last time I used firebase that was slightly out of date. Alternatively, other database vendors exist. You could use CloudKit which is native to Apple, or use something like Vapor and set it up yourself. There's a load of different database vendors you could use for a backend. However, Firebase or CloudKit are probably the two easiest to use in terms of extensibility in swift.
Jun ’21