Storekit2 with firebase help

Hi guys,

I am building an app that plays audio. Some audio is free whereas some audio is "premium" with a ONE TIME FEE it will unlock ALL audio.

I will be uploading the audio through firebase. Whats the easiest way of going about this? I have no idea where to start. Any help is greatly appreciated! :) Take care all :)

Replies

Visit the firebase cloud storage docs below: https://firebase.google.com/docs/storage/ios/start

Then to list the files: https://firebase.google.com/docs/storage/ios/list-files

Then look at the Apple Developer In App purchases support documentation below: https://developer.apple.com/in-app-purchase/

I hope this helps you getting started!