How can i change database url (firebase real time db) in code? I would like to have option to choose which database you want (just different links)
I have firebaseConfig.ts file where is my firebaseconfig variable that contains apikey, authDomain, databaseURL, ...
databaseURLproperty in there to point to the database you want. Did it not work when you tried that? If so, can you show what you did and what error you got?