Hey there!
I am bulding a web app atm where the users need a “User Balance” in coins.
I dont know that much about building websites right now, and im not sure if its “safe” to create
the user balance on Bubble database, or if need to host it somewhere else.
The users will be able to buy for example 100 coins for 1$
Does anyone know if i just can keep the “Coins/Balance” in the Bubble database?
Yes, why shouldn’t it be ‘safe’, it is no different to any other piece of data.
The key thing you are going to have to have to think about is transactions, and double spend etc. and making sure the privacy rules are set correctly so no one else has unauthorised access to the data.