Welcoming Fabric to Google
31–40 of 133 posts
Re: Welcoming Fabric to Google
#32Re: Welcoming Fabric to Google
#33Earlier quoted context omitted.
I wonder what it costs to operate Twitter Digits. I can't imagine they are using Twilio as an SMS gateway.
Twitter used to be the biggest SMS sender in United States. Much larger than Twilio, even bigger than operators like Verizon and AT&T. Infrastructure that came from Cloudhopper acquisition with continuous care and improvement gave Twitter a reliable and super cost effective _world-wide_ SMS delivery platform. (I was an employee 2012–2016)
Re: Welcoming Fabric to Google
#34Re: Welcoming Fabric to Google
#35Re: Welcoming Fabric to Google
#36Silly me - I was concerned they somehow acquired the Fabic python library. http://www.fabfile.org/
> to free developers from so much of the complexity associated with modern software development, giving them back more time and energy to focus on innovation
I was thinking Fabric is a nice tool indeed, but what is the connection, and why they want to add cloud messaging and analytics.
Re: Welcoming Fabric to Google
#37The title is a bit ambiguous. From my understanding, Google (Firebase) acquired Fabric from Twitter (not necessarily "joining"). Fabric is one of the top dev tools I use for iOS. I wonder what kind of change is in store...
Also a big user of Fabric, really hope this means only good things for Fabric users.
Re: Welcoming Fabric to Google
#38Knowing Google's reputation with abandoning developer tools and services, can anyone offer suggestions as to possible alternatives? Or counterpoints as to why I shouldn't fear this service degrading over the next year or two? We're currently using Fabric and Crashlytics for our iOS app where I work and this news has prompted us to research alternatives.
Re: Welcoming Fabric to Google
#39For any serious app, you still need to have a backend server on the side and your Firebase service often becomes bloated and inefficient. Sometimes you want to store the Firebase data inside your main DB as well and so you end up with two sources of truth and Firebase ends up becoming a third wheel to your project (just a bloated data transport layer).
It's not surprising that Firebase has been sliding in terms of popularity: http://www.alexa.com/siteinfo/firebase.com
It's good for rapid prototyping/MVC but not for any serious use case.
I think the big lesson in the framework/devtools space is that the more opinionated the tooling is, the less flexible it becomes and the fewer use cases it covers.
Re: Welcoming Fabric to Google
#40Anyone recommend alternatives for Crashlytics and Digits?