Firebase-Authenticator Docs not updated?

hi there!

I’m struggling to follow Authenticator (through Firebase) steps for my app.
I did it few months ago with no problem, but now i’m building another app and i cant find the databaseURL as describled in docs.

Any idea where I can find that information?
Thank you very much
The image shows where it is supposed to be (and where it was few months ago).

auth

The code will only include the Database URL if you have created a Database. It seems you have not created a Realtime Database in the first place.
image

Thank you very much!