Closed TimWhiting closed 2 years ago
Firebase emulators report the host as 127.0.0.1:theportnumber
Previously _uri.replace would throw because ports are not valid in a host. This fixes that.
@rbellens Can you take a look at this?
Firebase emulators report the host as 127.0.0.1:theportnumber
Previously _uri.replace would throw because ports are not valid in a host. This fixes that.