
Has anyone a good solution to migrate to releations? Wie are currently using the property "shop_id" which is a string and we want to use the property "shop" which will be a releation to the shops collection. What is the recommended way to archive that? Is there any code snipped?

The same as doing any sort of database migration in production. In steps, ensuring backwards compatibility. This is a good read: https://teamplify.com/blog/zero-downtime-DB-migrations/
Recommended threads
- How to delete secured files from bucket?
When deleting a user I want to delete all their data including files. How can I delete secured files in cloud/nodejs?
- How to get OTP code in SMTP email temp...
I don't know how to get the OTP code to show in my custom email template for email authentication using OTP. I have email authentication set up for iOS app, an...
- Expo-web session issue
In web I created a session using oauth. I run the app logged in but closed the terminal and ran again opened the app(I have now 2 running app in different...
