AWS Amplify take on Google Firebase
October 25, 2023

AWS Amplify take on Google Firebase

Anonymous | TrustRadius Reviewer
Score 7 out of 10
Vetted Review
Verified User

Overall Satisfaction with AWS Amplify

We mostly use AWS Amplify for web and mobile integration into JS based framework for code once run everywhere kind of architectures specially those which involve the need for faster data reflection in real time. Chats, Analytics, Graphs/ Charting, Notifications are some of the perfect areas to set this up alongside authentication especially when you plan on using some of other AWS products alongside.
  • UI and design of the AWS Amplify for easier setup
  • painless user flow for react, angular etc
  • easier setup using CLI with effective questions.
  • AWS Amplify init ends up changing the cloud. there should be deploy kind of thing
  • confusions between Front end backend as both codes get mixed. this should be kept separate
  • better documentation with use cases
  • easy on boarding project setup using UI/ UX
  • Backed by AWS services like Dynamo DB, GraphQL etc
  • Better security using AMI roles
  • saves time on righting backend interfaces
  • easier to setup with react/ react native
  • lambda functions can be used to extend functionality
Its AWS take on the Firebase kind of system for providing backend as a service. Although Firebase has advantage of bigger community, better documentation and code examples; AWS Amplify is creating its own space where you will be going to use AWS products and Infrastructure in your project. Amplify Dynamo DB and GraphQL have clear cut advantages that have no direct alternative in Firebase as real time db and firestore documents both lack versioning.

Do you think AWS Amplify delivers good value for the price?

Yes

Are you happy with AWS Amplify's feature set?

Yes

Did AWS Amplify live up to sales and marketing promises?

Yes

Did implementation of AWS Amplify go as expected?

Yes

Would you buy AWS Amplify again?

Yes

You should go for using it in particular if you are going to be build code once run everywhere kind of things and you want to not write most of the backend on your own. As AWS Amplify can take care of a lot of backend things for you and you can manage most of the stuff from front end coding. perfect for using in react/ flutter apps. Additionally better to use when you are going to use other AWS service and don't want to scatter things around