I’m a beginner with the Vue 3 framework, and I want to try create Chrome extension with that technology. But what database setup can be better for this? I need to allow users in some app to store some documents, such as text documents, so I definitely need a database for this, but should I create an API, for example with Laravel and MySQL? Or should I use something like Firebase?