bugthesystem / FireSharp

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

Redirect on SetAsyn or Update Async #53

Closed Brian-Blanchard closed 7 years ago

Brian-Blanchard commented 8 years ago

Firebase for Nest forces redirects. This works just fine on GetAsync and OnAsync.

However, it errors out on SetAsync and UpdateAsync, returning the following error:

The text associated with this error code could not be found.

The HTTP redirect request must be confirmed by the user

This seems to be in error. Has this bug shown up in the past? Any help with resolution would be greatly appreciated.