-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
api: storageextensionsFor iOS extensions targets (i.e. share, messages)For iOS extensions targets (i.e. share, messages)type: feature request
Milestone
Description
Feature proposal
Add an API to configure the URLSession that is used by Firebase
- Firebase Component: Storage___ (Auth, Core, Database, Firestore, Messaging, Storage, etc)
If Firebase is used in an extension, right now there is no way to specify a shared container, and this is necessary when sending local files:
From Apple's extension programming guide:
If your app extension initiates a background NSURLSession task, you must also set up a shared container that both the extension and its containing app can access. Use the sharedContainerIdentifier property of the NSURLSessionConfiguration class to specify an identifier for the shared container so that you can access it later.
coder1001 and nidegen
Metadata
Metadata
Assignees
Labels
api: storageextensionsFor iOS extensions targets (i.e. share, messages)For iOS extensions targets (i.e. share, messages)type: feature request