Introduction
Firebase stores data in a flexible way using different types. Knowing these types helps you save and read data correctly without errors.
When you want to save a user's name as text in your app database
When you need to store a number like age or score for a player
When you want to save a list of items like shopping list or tasks
When you need to store true or false values for settings
When you want to save a date and time for events or logs