Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

moving my app's backend from Firebase to AWS

What's the best way to migrate from Firebase to AWS? I want to change the service because Ive read that AWS is way better than Firebase for apps that require a large user base. What would you recommend? I was using almost everything on Firebase (Login, Database, Storage).

like image 885
alejandro r Avatar asked Oct 30 '16 16:10

alejandro r


People also ask

How to migrate from Firebase to AWS?

With Firebase consisting of proprietary services, APIs, and an SDK, a migration to AWS requires application refactoring – introducing a new architecture using AWS services, and rewriting parts of the codebase to use them accordingly.

What is the best alternative to Firebase?

AWS Amplify is a set of tools and services that enables developers to build secure, scalable full stack applications. It offers a variety of features that can be a suitable replacement for Firebase. This table below lists those features: Check out AWS Amplify Docs for more details.

What is Firebase backend as a service?

In 2014, the authentication and hosting services of Firebase were launched simultaneously, making Firebase the premier provider of mobile backend as a service (MBaaS). After Google acquired Firebase in 2014, it was integrated into the Google ecosphere.

What is Firebase used for in Android?

Firebase is a Google-owned app development platform that allows developers to create modern apps with top-notch features in record time. The platform provides infrastructure and other reliable app development tools. What are Firebase main features?


1 Answers

As far as my knowledge, there is no straight forward solution to migrate the data from Firebase to AWS.

My suggestion would be export the data from Firebase and write a script in your favourite language and upload it in AWS.

like image 163
Jayaprakash Avatar answered Nov 16 '22 00:11

Jayaprakash