Skip to content

FR: Add an API to configure the URLSession #8727

@ilyathewhite

Description

@ilyathewhite

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions