How can be a mobile application stacked with firebase/node.js Back-End along with Flutter for Front-End? [closed] - node.js

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 12 months ago.
Improve this question
I am making a Mobile app using Firebase and Flutter but I want to write the backend in node.js and UI on Flutter.
I need help in Setting up Dev Environment.

You should have knowledge of cloud function to implement backend using firebase.

Related

Guide for Deploying Nextjs and Nodejs on server (any) in a professional manner? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 days ago.
Improve this question
Recently I made a Nextjs web app with backend nodejs where I am taking user data and storing it in MongoDB, and user images and video weres stored in an AWS S3 bucket.
Now I want to deploy my entire website on the best platform like AWS instances.
I am thinking to host nodejs and nextjs on a separate server, so I can manage both easily.
I am a newbie in cloud stuff.
please guide the best way to deploy my website.
Thank you

How to create Social Login(Google, Facebook, Apple) API NodeJs Express REST for a React Native App? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
Is there any way to implement Social Login(Google, Facebook, Apple) API NodeJs Express REST for a React Native App, the way it's done for the web apps? How would you create API's??
You can install an npm package for social login on the frontend. Then you can pass the values that you wanted through the api to the backend.
Here's an example https://www.npmjs.com/package/react-google-login

Push notification in my flutter app and node.js backend [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I develop a flutter app and I get data from APIs developed by Node.js and MongoDB in my mobile apps,
Now I want to create a push notification service in my app... How can I do this? What do you think?
Can I use firebase service?
Best way would be to use the "Flutter Local Notifications" Plugin and Firebase Cloud Messaging. (https://pub.dev/packages/flutter_local_notifications) (https://pub.dev/packages/firebase_messaging)
you have a custom backend for the notifications so you can use these as a service and to display notifications.

How can I make a desktop app with node.js in the backend for APIs [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
What would be the best set of technologies to use if I want to make a desktop application which would fetch data from server through JSON (node.js with MYSQL).
Side note: Currently we are using angular.js for frontend but the client wants a desktop app and is adamant. Don't want to change anything server side.
If you want to go ahead with js itself then you might want to look into electronjs you can even combine it with other frontend techs such as Angular, React or VueJs.
Another option is NW.js.
Look into both and choose as per your requirements both have pros and cons.

How To Integrate NodeJS and Phonegap For RealTime Data [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I would like to create a realtime chat phonegap app using nodejs for realtime. But I am not even sure whether it is possible or not.I am a newbie to nodejs. I really appreciate any answers.
There is a lot of solution to create a real time chat in node js.
I will advice following one of those tutorial that were really useful to me.
http://tutorialzine.com/2014/03/nodejs-private-webchat/
http://socket.io/get-started/chat/
Make it work locally on your web browser and it will need only little UI modification to make it work on devices. Hope this help.

Resources