DatabaseThe database allows you to store and handle data in your application. Using the database features will transform your app from a static site to a fully functional app that users can use. When you create a table in your database, you're creating a new data type that you can use in your app. You can then add fields to that type, create data records, and set up security rules to control which data users can access.