Preface Not so long ago a new major version of Parse Server was released. Version 3 includes some pretty rough breaking changes when it comes to the Cloud Code and the JavaScript SDK - Version 2 of the Parse JavaScript SDK that is used in the Cloud Code lacks some methods on the ParsePromise type, as described here. Luckily, replacing these methods should be fairly easy since the native Promises are supported in all Parse Server versions on SashiDo. In fac ...

Here at SashiDo, we know that owning an app requires keeping neat and up to date database. Therefore you certainly will need to add, update or delete records from time to time. In this tutorial, we will focus on erasing objects and files. For starters, we would like to share more details on SashiDo’s database and file storage model. The first thing to know is that we do not record the files themselves in your database directly. When an entry, holding a fi ...

Multilingual communication is a powerful tool, whether you want to become an insider in another culture market or create higher value and be more efficient in your business. Therefore in order to successfully speak to the world without losing the true meaning behind your message, it is important to do it in the languages most familiar to your audience. For that reason, we decided to expand your options and get you to the next level. Now with SashiDo, you h ...

So, you have created your SashiDo app, set up some cloud code and are now wondering what would be the best way to test it. Of course, one of the obvious solutions would be to do a git push every time, then test it through the API Console, another REST client, or your app directly. However, you and I both know that there has to be a better way, right? Run a local instance of Parse Server Running a local instance of the Parse Server with your Cloud Code is t ...

Have you ever wondered how to debug or play with your cloud code in a comfortable and fast way … without any coding? Because I think it can be a huge pain. Most probably you already know that Parse Server works very well with the REST API. If you feel the need to interact with the REST easily, you have come to the right place. Let me introduce you to the SashiDo’s API Console, part of our Dashboard. In brief think of the API Console as a simpler version of ...

Content List Handling Incoming Webhooks Building your Webhook Handler Extracting information from the Request Body Example Webhook Handler with Slack Setting up your SashiDo app Cloud Code Setting up Slack Lets try it out! Other UseCases and Scenarios Useful Links Introduction Have you ever wanted to integrate a 3rd Party Client with your SashiDo applications? I suppose you have, and there's an awesome feature called WebHooks which help you do just that. I ...

If you have ever wanted to update the configuration of your app on the fly, you should know how frustrating it is that the little update would require a fresh app release. Fortunately, Parse Config is here to the help! It's a very simple, yet at the same time, incredibly useful feature which allows you to add parameters to your app, which you can update whenever you want, without worrying that configuration changes will require a new release. It is stored ...

Content List Introduction Milestones, Labels & Assignees Notifications, @mentions, and References Search Other Uses Introduction Each application you create on SashiDo has its own Free Private repository on GitHub. As any great project, yours will probably need to have a way to track its bugs, tasks, and improvements. Great news, as GitHub has just the right feature for the job. Its called Issues and it’s GitHub’s way of tracking and dealing with these ...

Have you ever thought about how great it would be if you could customize your own workflow? Managing your project, schedule events, release checklists or manage some kind of specific feature work? Don't worry, because with GitHub's Project Boards you can do just that! What’s awesome is that with every app you have on SashiDo, you get a Free Private GitHub repo, which includes the option to enable Project Boards by default. Project Boards There are generall ...

Find answers to all your questions

Our Frequently Asked Questions section is here to help.