MIGRATION

Switching Code Base

4min
there are times you may choose to move your code base/platform during your build cycle with pathfix, changing of your platform code base does not effect your existing integrations and migrating your integrations to a new platform is very easy basics your pathfix integration configuration will remain unchanged however, since your initializing platform will change, there are a few variables you need to keep in mind pathfix keys all your auth tokens and configurations are linked to your pathfix application each application has a unique private and public key associated to it to avoid any disruptions, make sure you continue using the same application in the new code base user id user connections are maintained against the user id that is sent by your original app in most cases, this maybe the connected users email address, the current user's unique id or any unique id that is associated with the user in your database migration do's to make sure your connected user's integrations continue to work without interruptions, during your code base migration, you will need to make sure that the following variables remain the same pathfix keys use the same pathfix application and keys associated for the connected users user id use the same user id associated with your user from the initial code base we recommend you export the user id from the older platform and import it into the new platform, linking this as your existing users unique id any api call made from the new platform should contain the same combination of pathfix keys and the user id platform setup pathfix can be implemented on any code or no code platform as long as there is an option to add html code (the script tag) and make an external api call if you do not see a specific platform listed, follow the code based help documentation, add the pathfix script to your page and make the api call we have documented the setup for a few platforms, select the platform type to view detailed documentation code based platform instructions code based setup https //docs pathfix com/introduction (all platforms) managed auth solution for your saas platform see how you can connect your customers via oauth and call any api endpoint directly from your saas no code platform setup bubble https //docs pathfix com/bubble see how you can setup integration in your bubble app using pathfix with detailed documentation on our free plugins setup adalo https //docs pathfix com/adalo integrations documentation building on adalo? see how you can enable integrations on your app need specific help? you can always reach out to our support team for any additional assistance at support\@pathfix com