How specify managed network when using Firebase (Database, Storage ...) component

12 Views Asked by At

In automotive, there are network capabilities for OEM managed network, that allow an app developper to limit the network used by the app, to only specific network that own such capabilities.

We have for example NET_CAPABILITY_OEM_PRIVATE or NET_CAPABILITY_OEM_PAID

I want to develop a service with firebase that will only use this network. (this network is connected to internet ofcourse)

How to use various Firebase SDK to force them using such net capability. We need to have access to the android.net.NetworkAccess I think we do not have.

Here is a Github issue about it : https://github.com/firebase/firebase-android-sdk/issues/5138

0

There are 0 best solutions below