How do I get the Firebase_Realtime_Database1.URL Database block to

T Please help me get the block set Firebase_Realtime_Database1.DatabaseURL to

My app isn’t using Firebase extension right now, but I used this extension in other apps before. I’m not sure if this extension will help you but this is the extension i used before:
Firebase Extended

Hi dear,

Welcome to the Kodula community!

Try this

Edit:
I only just noticed that the title asks for the “get” URL, while the description asks for the “set”.

get = answer above
set = How do I manage more than one project firebase? - #3 by RaYzZz

Where should it be placed?

Hi dear, what you’re seeing is a block with a return value, so for example, if you connect it to a label, it will display the value.

Edit:
Starting from the right,

  • We read the key project_info from the google-services.json file
  • since project_info is a JSON(text), we decode it so that Kodular can read it as a dictionary/list of lists
  • finally, we get the key firebase_url

Images illustrating the topic

Sorry dear, what does it mean?

Explanation of the topic
How to change the address FirebaseDatabaseUrl

Please don’t write all the messages separately, instead, use the edit (pencil) button under the reply to modify it.

Unfortunately, it is not possible to change the database url once the app has been built, as we can see from Diego’s answer here It is not possible to modify the database URL - #3 by Diego

However, I thought that by using the Web component and a dictionary with the DB configurations, this problem does not exist because an URL is being used.