Fabian Kutsche
Fabian Kutsche
I [asked on Twitter](https://twitter.com/FKutsche/status/1376909005709316099) if there was a way to use userbase in React Native. After some time of playing around, however, I still haven't managed to get userbase working....
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...
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...
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...
This PR adds a new shortcut to the `SettingsPanel` as suggested in #324. If you prefer the shortcut to appear elsewhere or something about the description doesn't meet your needs,...
I've added ids to columns to handle them better. Originally this PR was just meant to be a refactoring, so I can begin working on #76, but this also fixes...
### Description Currently, the profiles are ordered by the time the profiiles were created. I think it would be nice to rearrange the order in any way the user wants...