Closed ATF19 closed 6 years ago
@ATF19 Can you post here what the solution was in case this comes up in the future?
The problem wasn't with Braintree SDK, it was with firebase functions policy. It's because firebase limits (and even blocks) the outgoing socket connections to non-Google controlled endpoints. So to solve this i had to change the cloud provider. (Or if you are facing this problem you can upgrade your firebase subscription to the blaze plan)
Thanks for the info. That's helpful!
General information
Issue description
On firebase, the app just return an unexpectedError on the error object without specifying an understandable error message. But the weird part is that it works well on my local server (using firebase serve locally).
Here's how i generate a token: