I’ve noticed that some people use ‘Firebase’ as an external database to store their roblox data there, my question is why?
I’d like to know the reason why people prefer external databases like Firebase instead of Roblox’s database in studio.
I’ve noticed that some people use ‘Firebase’ as an external database to store their roblox data there, my question is why?
I’d like to know the reason why people prefer external databases like Firebase instead of Roblox’s database in studio.
As far as I know, the people who are using Firebase aren’t using them as a replacement for Roblox DataStores, but as a backup in case of Dataloss which is smart.
So to answer your question, they use external databases like Firebase as a backup. They do not use Firebase instead of Roblox’s DataStores AFAIK.
It isn’t necessarily just Firebase, but any external database. There are many types, MongoDB, DynamoDB, mySQL, PostgreSQL. There is a variety of reasons: