appsup-dart / firebase_dart

A pure Dart implementation of the Firebase client
Other
91 stars 30 forks source link

fix: Firebase emulators report port in addition to host #23

Closed TimWhiting closed 2 years ago

TimWhiting commented 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.

TimWhiting commented 2 years ago

@rbellens Can you take a look at this?