Implement string starts-with search in Firestore

You can query firestore (a firebase db) quite easily. But when it comes to string search; they dropped the ball and send you to third party search solutions. There is nothing wrong with that if your project needs a full text search; but what if you just want a simple…