Needs advice
on
PubNubPubNubFirebaseFirebase
and
PusherPusher

From a StackShare Community member: “I want to build out my own custom real-time chat component in my application, which service is best to do that?”

READ LESS
2 upvotes·321 views
Replies (5)
Contractor at Insight Global·
Recommends
on
Firebase

I started using Firebase over 5 years ago because of the 'real-time' nature. I originally used to use Real Time Database, but now I use Cloud Firestore. I recommend using the Google Firebase PaaS to quickly develop or prototype small to enterprise level web/mobile applications. Since Google purchased Firebase, it has exploded and it growing rapidly. I also find some level of comfort that it is Backed by Google.

READ MORE
9 upvotes·1 comment·271.5K views
Justin Dorfman
Justin Dorfman
·
August 11th 2019 at 6:54PM

Thanks for sharing! What do you like about Cloud Firestore?

·
Reply
CTO at Virtualrobe Limited·
Recommends
on
Firebase

Firebase is a great way to work on an MVP very quickly with the ability to work on all your backend functionalities using the #firebase function to connect to features like the Realtime database, Firestore to Firebase notifications and Firebase ML Kit. If you want to work on a new product and get an MVP out immediately or soon, use firebase has your cloud service of choice or AWS if you don't mind cost

READ MORE
6 upvotes·3 comments·1.2K views
Justin Dorfman
Justin Dorfman
·
August 11th 2019 at 6:51PM

Thanks for sharing! Have you ever tried this stack on AWS? Just curious about the cost savings.

·
Reply
Seun Kola
Seun Kola
·
August 12th 2019 at 1:25PM

Yes, i did while working on a social networking app. i used Aws Lambda for my Node.js function which was connected to a DynamoDB database with AWS S3 for storage. Must of the cost came from the database. initially used the relational database provided by AWS and the cost was ridiculous. Then decided to switch to a non-relational database which was DynamoDb, the cost was quite ok especially for the read operations but lots of logic where done on Node.js to be able to get my queries like a relational database.

·
Reply
Justin Dorfman
Justin Dorfman
·
August 12th 2019 at 4:37PM

Good to know. Thanks again for sharing, this will definitely help other StackSharers. =)

·
Reply
View all (5)
Avatar of Jared Wuliger

Jared Wuliger

Contractor at Insight Global