Posts

Showing posts from 2020

DotVVM CRUD application with Cloud Firestore

Image
In previous post we demonstrated how to use DotVVM to create CRUD application with Azure Cosmos DB as your data store. In this post we will demonstrate how to do the same with Cloud Firestore by Google. To know more about DotVVM Framework you can check its official website What is Cloud Firestore? Cloud Firestore is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud Platform. It keeps your data in sync across client apps through realtime listener and offers offline support for mobile and web apps. You can know more about Cloud Firebase here . Install DotVVM extension refer to  previous post  and follow the steps. To know more about the DotVVM extension visit its page on visual studio marketplace: https://marketplace.visualstudio.com/items?itemName=TomasHerceg.DotVVM-VSExtension2019 Now you are ready to start coding with DotVVM framework. DotVVM extension installs DotVVM sample project which we will use to d