Firebase console support easy way to configure remote configuration parameter.
In our app we have remote configuration different per user, and those configuration are set on our own web portal.
Is there any API by which I can push configs from my own portal to Firebase remote config server and then use remote config lib on android app to get new configurations?