Hi, I have most of the server side logic for my app inside Realm Functions which I wrote using the UI Editor. How do I show that code in GitHub repo? Do I create a folder called realm_functions and put all function codes there in separate files?
realm_functions
Hi, you can use the realm-cli and do realm-cli pull to get your project on your disk 😉
realm-cli pull
docs.mongodb.com/realm/cli/realm-c...
Thank you, will try this 🙂
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
Where hackers, sticks, weekend warriors, pros, architects and wannabes come together
Hi, I have most of the server side logic for my app inside Realm Functions which I wrote using the UI Editor. How do I show that code in GitHub repo?
Do I create a folder called
realm_functionsand put all function codes there in separate files?Hi, you can use the realm-cli and do
realm-cli pullto get your project on your disk 😉docs.mongodb.com/realm/cli/realm-c...
Thank you, will try this 🙂