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

I found the undocumented (#220) `progressHandler` parameter you can use to display the progress when uploading a file. I can't seem to find a way to track the progress of...

As a developer using Userbase it would be nice to see a `roadmap` of new features, apis, etc. that are planned or under consideration. For example, I would like to...

As discussed in issue #277 Docs should reflect the ability to update and delete an existing file. Perhaps a note stating the expected way of handling >10kb items with Files...

And its the new user that is signed in after a refresh in the browser, but the user information is not returned together with the error (or updated via updateUserHandler)...

I'm looking at using Userbase instead of Memberstack or Webflow for user admin. I'll build the back end myself and possibly use Webflow for front end. Userbase will be the...

Nothing fancy here, just checks for `typeof window !== undefined`. I'm building a next.js app in TS and found an [example app (in Gatsby)](https://github.com/jneterer/userbase-gatsby-starter/blob/master/src/components/auth/private-route/index.tsx#L3) with this: ``` const userbase =...

Is any kind of enforced data validation on the roadmap? If data quality is just an honor code with the client software, it seems like I'd have to defensively validate...

Dear Team Userbase, Thank you for making this platform! One thing I hacked, and got stuck in the weeds with, was offline-first. I did manage to hack it, but it's...

I have a use case where users will be able to share data publicly, to anyone with the URL. Shared data will be unlisted, like unlisted YouTube videos, so anonymous...

I would like to capture and save some data from the user before sending them to payment. It could be a setting in admin that lets us add database names...