How to create an object with infinite properties on firebase

Hello. I’m creating a web browser with the data source as Firebase. I’m in a situation where I have to create an object with infinite records

Please come up with a way of how I can do or some other way that includes Firebase Database but not multiple databases at a time.

Thank you,
Vivaan Barnwal

1 Like

I don’t know if Firebase has any limits but you can create all the objects and properties you want using Thunkable.

You’re not really providing enough detail to help you beyond that.

2 Likes

To actually not declare properties but to declare them later when needed and to Delete, Read, Update, Create this properties as per the User’s choice.

Sure, you can do that with cloud variables.

Or is it possible to use LISTS and FUNCTIONS stored in cloud variables?

Can you give an example of what you mean?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.