userbase icon indicating copy to clipboard operation
userbase copied to clipboard

Create secure and private web apps using only static JavaScript, HTML, and CSS.

Results 70 userbase issues
Sort by recently updated
recently updated
newest added

Right now the changeHandler receives just one argument, which is the entire list of items in a database. I would like to receive information on exactly which items were changed...

I'm playing around with userbase-node-js right now. So far it's running really well, good job! One thing I noticed is that the uploadFile function expects an object of the File...

**User Story** As a developer, I want to be able to store data that is not user specific and is used across my application. **Example** A coding interview platform. -...

I have been wondering for some time why a database owner has to open their own databases with the name of the database. When opening a database, you must always...

We have an application in which we do not want to allow open registration. We have built an invitation system that allows registration only with an invitation. But for the...

It can be helpful to know since when a user has a certain shared database. A use case would be: There are notifications on a database level. If I add...

Sometimes it could be useful, similar to user profiles, to store unencrypted meta data in a database. An example would be a self implemented 1-n relation where the n databases...

I love it when I can see releases of other projects as github releases. No need to document all, but at least major versions. A project doing this well is...

Currently, according to the docs, any database of a user is deleted as soon as he deletes his account. This also happens with shared databases. Would it be possible to...

To reproduce: 1. Log in with rememberMe: 'local'. I said to remember me for 1 year to test with. 2. Check localStorage; userbaseCurrentSession will have a correct expirationDate 3. Refresh...