Introduction
When you want to save or change information in a Firebase database, you use writing commands. These commands let you add new data, change existing data, or add data with a unique ID automatically.
When you want to save a new user's profile information in your app.
When you need to change the status of an order in your database.
When you want to add a new message to a chat without overwriting others.
When you want to update only part of a user's settings without changing the rest.
When you want to add data with a unique key generated automatically.