Hi all,
Has anyone migrated a bubble native app to a code base?
Using BDK native and looking at options but getting stuck with user auths then how do i move off the wrapper to a coded app.
Any suggestions welcomed.
Thanks
Hi all,
Has anyone migrated a bubble native app to a code base?
Using BDK native and looking at options but getting stuck with user auths then how do i move off the wrapper to a coded app.
Any suggestions welcomed.
Thanks
Sure. Done it a bunch. Basic flow is turn app into prds and a schema to match the bubble db but reconfigured for the db of choice (same for enums) and import scripts. Then the easy part is just to build the app…
how did you handle re-authentication of users?
Passwords cant be migrated so looking for a simple way to do this
You don’t, you can’t re-auth users from one database to another (That I’m aware of).
What I did was, I had a table of ‘Profiles’ that link back to the users. Once everyone was migrated, when they tried to login for the first time on the new database, it would prompt them to reset their password which created their user auth and linked the profile.