A bit of background, I am planning to allow user to use his/her Firebase database within the application by keying in its own Firebase credentials i.e. API Key, Storage bucket url, etc.
Core questions is, is it possible to change Firebase database parameters (and use the new ones) from within the android application? I can seem to get access to firebase database url using R.string.firebase_database_url
but that's about it.
Now, I know, I can get around this by throwing in an intermediate layer connecting to Firebase with custom credentials but I am trying NOT to do so.