Tag: Firestore rules

  • 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…

  • Firebase, Firestore rules for Flutter Chat App

    As a backend service Firebase acts fine for Flutter. But we need to follow a certain rules. It also applies to the Firestore collection that acts as the database to our Flutter Chat app. In our previous section we have seen how good they are. For example, we have already built a Flutter Chat app.…