I want to save same values on firebase and read those values in my web app. I have my own database (mssql) and I don't want to use firebase database.
For example, I want to save those values on firebase:
actionText = "test"
btnConfirmText = "Aprrove"
btnConfirmColor = "#fffff"
And on my website read those values in javascript