I found an some what easy workaround.
Not sure if it’ll work for everybody’s use case but I do not store or use Bubble storage database. What I had to do was I kept everything the same in my app but when the user logged in I signed up a new user in the Bubble database that way I was able to access the current users data for the API calls. I did have to set up a condition, stating if the user was already signed up, don’t sign them up, which was kind of a pain in the butt, but I figured it out.
One thing I would like to figure out that I can’t seem to find a solution for is to be able to delete a user from the Bubble database completely. I’ve tried multiple things, but I can’t seem to get it to work.