Er… Why? Having done a complete web app using Firebase, I did find there are a few non-obvious things about it. One thing that kept tripping me up is the Firestore rules. If you want users to directly read and write the data in Firestore, without needing a function or a separate server (like Node.js…