We're developing our web app on google cloud and we are using firebase as a database and auth functions. Can we deploy our app on AWS or Azure? Is it a problem using firebase?
This is too broad question , but generally speaking if your app uses firebase and you deploy on AWS or Azure it works there is no problem due to firebase being a database.
Thanks
Related
Hi im working on a personal flutter web app project and I was playing around with AWS Amplify
I followed the instructions posted on the flutter web dev page but when I tried to deploy the default flutter web app onto AWS Amplify I got thisenter image description here so I was wondering if there was a way to deploy my flutter web app onto AWS Amplify or another AWS service
AWS Amplify currently doesn't have support for Flutter web apps.
There's an open feature request on the amplify-futter GitHub repo in case you'd like to keep track of this.
Now , deploy on AWS Amplify (Flutter web)
Git branch put in web build flutter folder .
AWS Amplify chose git hub branch and auto deploy .
Hi I was wondering if it was possible to host my flutter Web app on Firebase while using AWS Amplify for its DataStore and Cognito services or does AWS NOT support Flutter Web at all yet. Im having issues hosting it on Amplify and was wondering if there were any solutions.
After you build it, a Flutter web app is just a bunch of HTML and JavaScript, so you can serve it from any hosting platform. And once the JavaScript runs in the browser, it can connect to any service.
If you're having trouble making something work, we can typically help better if you show us the minimal information that is needed to reproduce where you are stuck.
I am new to AWS. what service in AWS is equivalent to FIrebase realtime database for Android app development. As Firebase has SDK for Android is there any SDK for android in AWS also which can be used for the same?
AWS Amplify is very good option as an alternative to Firebase in AWS services. I have created a video on Firebase alternatives on YouTube. You can watch it at Firebase Alternatives
I have created a Spring cloud microservices project with netflix APIs and a frontend with React. Now, I want to migrate this project to serverless using amazon web services with DynamoDB and cognito. Do you know, which steps should I follow to do that? And what should I consider before doing this migration? For the Frontend React I decided to use S3 to host it.
Be sure if u really want to do this . This will be a big project; almost like re-writing complete codebase. Good part is that lambda supports Java so u might end up doing lots of copy paste. You would have a lambda function of each REST api endpoint u were exposing.
I would like to build a site that has similar functionality to crew.co. I want to use Squarespace for the frontend and Amazon Web Services for the backend (specifically DynamoDB and Lambda). Is it feasible to integrate the two? If yes, is it recommended?