I am confused about how to make ER diagram or class diagram for Firebase which is NoSQL and there is no schema. And everything is stored here as parent and child node. So Do I need to make the same ER diagram as for SQL databases?
Asked
Active
Viewed 2,342 times
2
-
1Does this answer your question? [How to draw a NoSQL database (document oriented) with UML?](https://stackoverflow.com/questions/67531751/how-to-draw-a-nosql-database-document-oriented-with-uml) - Because Firestore and and Firebase RealtimeDB appear to be document databases and most of the answer is about UML class diagrams, but could be transposed to ER – Christophe Mar 12 '22 at 00:00