Needs advice
on
FirebaseFirebasePostgreSQLPostgreSQL
and
RedisRedis

I'm working on a project that lets users track vehicles from their phones, each of theses vehicles have a device (running android) that sends the gps location and all the required info to a realtime database and then the user that requests to see a vehicle's location gets those info from the mentioned database, what database is best to work with, I'm looking for something that's open source, free and easy to use since I'm fairly new to this 🙂.

READ LESS
6 upvotes·27.5K views
Replies (3)
Co-Founder / CTO at RIDE Tecnologia·
Recommends
on
Firebase

I would recommend Firebase for this as it has an amazing SDK with pretty much everything you need out of the box. Depending of how 'realtime' your project needs to be, you can go with Firestore, latency is a bit higher than Realtime DB, but price is much lower. The combination with Node, using CloudFunction, will streamline your process having it all under the same roof.

READ MORE
5 upvotes·21.5K views
Recommends
on
Firebase
at

You should consider the support of your target realtime stack. Does it support for both your clients side(device and user) SDKs ? If not, you have to handle the realtime from one side by combine several stacks

READ MORE
4 upvotes·25.7K views
View all (3)
Avatar of Welton Demetrio

Welton Demetrio

Co-Founder / CTO at RIDE Tecnologia