Abraham Williams

Results 106 comments of Abraham Williams

@thisroot There shouldn't be anything needed to specifically register users in Firebase. Make sure you have followed the Firebase configuration setup steps though: [Android](https://bendyworks.com/blog/a-month-of-flutter-configure-sign-in-with-google-android) / [iOS](https://bendyworks.com/blog/a-month-of-flutter-configure-sign-in-with-google-ios). If sign in still...

@geminiyellow Thanks for the notice.

https://pub.dartlang.org/packages/flutter_advanced_networkimage might be useful.

https://pub.dartlang.org/packages/flutter_advanced_networkimage might be useful.

Do you have `$api_key` and `$domain` set in [ChargifyConnector.php](https://github.com/jforrest/Chargify-PHP-Client/blob/master/lib/ChargifyConnector.php)?

https://medium.com/firebase-developers/organize-cloud-functions-for-max-cold-start-performance-and-readability-with-typescript-and-9261ee8450f0

Thanks for the report I'll try to look into this soon.

@hlashish please create a new issue that describes exactly what you are trying to do, what you expect to happen and what is actually happening.

My thought is that changing the consumer key is a large enough change that you should be instantiating a new TwitterOAuth object.

Interesting. Thanks for the PR. I'm wondering if maybe it would be better to allow `http` and `makeRequests` accept a boolean value to override `$this->decodeJsonAsArray` instead of casting.