Firebase: how can I store data at the drag and drop version?

How can store data at the new version? I can’t access the firebase option either the local storage.

1 Like

Firebase database can be accessed using the cloud variable.

You need to supply the API key and Database URL in the setup page of your project then any cloud variable that you add to your code will display the content of the Firebase key or if the variable does not have a key in the database matching it then a net key will be created in the database.

2 Likes

Thanks!

1 Like