bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
694 stars 147 forks source link

Automatically handles BasePath which does or does not end with slash. #23

Closed DavidRieman closed 9 years ago

DavidRieman commented 9 years ago

Since FireSharp automatically appends a file to the URI, we know a slash is supposed to be in between, but users aren't necessarily used to ending just domain names with a trailing slash and shouldn't need to here. This makes it flexibly take the path either way. Also adds a test for utilizing two clients at the same time; while one generally shouldn't need to, it should work just the same.

bugthesystem commented 9 years ago

@DavidRieman Thank you.