The data tab is the place where you will store all your Bubble app's data. 💾
👀 In this tutorial, I will show you where to find your database and how to create new data types and data fields.
We'll add the data fields we need to for our sign up popup to work.
➖ There are 10 main field types available to choose from: text, number, numeric range, date, date range, date interval, yes/no, file, image, geographic address.
➖ And you can also choose a data type as a field type, so you can connect different data types together. For example, if you have a data type User, you can choose to have a field type User if you need to have this User information in another data type's database.
➖ For each new field, you must state whether the field is a list or not. For example, if you want to have a list of users in your database, you'll need to state that the new field of type "User" is a list.