TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS Amplify – A declarative library for application development

95 pointsby appwizover 7 years ago

3 comments

patwolfover 7 years ago
We&#x27;ve been integrating more and more Firebase into our projects. It&#x27;s saved a lot of time since Firebase provides both native and web implementations of many of the services that we would otherwise waste time implementing ourselves, such as auth, storage, analytics, and messaging.<p>The funny thing is that it&#x27;s been sort of a gateway drug into the Google Cloud Platform. After dipping your toe into the Firebase Realtime Database, you start using Firebase Cloud Functions and Firebase Storage, which steers you toward Google Cloud Functions and Google Cloud Storage. Before you know it you&#x27;ve switched entirely from AWS to GCP<p>AWS really needs to step up their game in this area to compete with GCP. Hopefully this project is a start.
评论 #15730053 未加载
评论 #15729802 未加载
评论 #15730208 未加载
评论 #15730270 未加载
cvburgessover 7 years ago
We tried to use AWS mobile metrics in a project about a year ago and while it was easy to configure, the data was woefully limited compared to other mobile analytics solutions. Does anyone have recent experience that suggests its improved?<p>Also, what is the Authenticator? I couldn&#x27;t find much with a cursory glance, just docs on the HOC.
评论 #15734377 未加载
评论 #15729327 未加载
zebraflaskover 7 years ago
This looks very useful! Adding user authentication through the regular JS web SDK can be a pain.