My android App written in java android studio. My app is connected to our server for getting data and customizing. I need to get Google map api key dynamically based on user account signed in to our server. When building app I don't want to provide api key. User have to set it in server then I get it and use it in app.
How to do this pls Help
I already tried adding in build config. But it cant update dynamically after building.