Tag: Flutter and Firestore

  • Flutter Web : Flutter Firebase Firestore Provider Web App

    Is Flutter ideal for building a web app? We usually treat flutter as a software development kit to build mobile apps. Right?  And no doubt, flutter is one of the most popular tools for building mobile apps. As a result, the question remains.  Whether in the same vein can we use flutter for building a…

  • Flutter Firestore: Chat App Final Step

    What is the relation between Flutter and Firestore? In this final section we’ll discuss that. Basically, when we use Firebase with Flutter, we use the database of Firestore as a service. So Firebase and Firestore give us a few different type of backend services. We need to understand it first. Therefore, our target will be…