I am building a web and mobile app using Xano as the backend and Bubble as the front end. I want to have only one source of truth and store everything on Xano.
I know that on the web app version, I can use “make changes to the current user” functionality to store temporary cookies (for 72 hours, I believe, please correct me if I’m wrong) and store items like my access token and user information. Does that also work in the mobile version? I have tested the functionality using the web debugger, and it seems to work just fine, but I’m wondering if there are any limitations to not creating a bubble account for the user.
Is this also only valid for 72 hours? Are there any limitations in terms of background app usage or push notifications?