* Gets the absolute URL for this location. * * The `toString()` method returns a URL that is ready to be put into a browser, * curl command, or a `firebase.database().refFromURL()` call. Since all of * those expect the URL to be url-encoded, `toString()` returns an encoded URL.
()
| 6793 | * @return The absolute URL for this location. |
| 6794 | */ |
| 6795 | toString(): string; |
| 6796 | } |
| 6797 | |
| 6798 | /** |
no outgoing calls