Category: Parse Server

Parse Server

Parse Dashboard on Heroku in 3 steps

Parse Dashboard on Heroku in 3 steps This article was originally posted on codementor.io With the imminent shutdown of Parse, the team behind it have been hard at work open sourcing a replacement in the form of Parse Server. In addition, the team has also open-sourced the Parse Dashboard – the management dashboard that lets …

Parse Server

Is There Life After Parse? Parse Alternatives

Parse Alternatives This post was originally posted on Codementor.io January 28th, 2015 was a whole new kind of Developer’s Black Thursday. Not too long after their Facebook acquisition, Parse made this announcement: We have a difficult announcement to make. Beginning today we’re winding down the Parse service, and Parse will be fully retired after a …

Parse Server

Parse Tutorial: Customizing Your Twitter/Facebook Signup/Login Views

Parse tutorial- part II This article was originally published on Codementor.io All the code for Part 2 is available on github https://github.com/mattgoldspink/swift-parse-login-part2 In the previous tutorial we looked at how we can quickly add Login & Sign Up views to our app using Parse, Facebook and Twitter. In this tutorial, we’ll take what we have …

Parse Server

Parse Tutorial: Adding a Twitter/Facebook Signup/Login to Your iOS App

Parse Tutorial Part I This article was originally posted on Codementor.io. The full code for this Tutorial can be found at https://github.com/mattgoldspink/swift-parse-login-part1 First impressions are everything, so when users download your app, you have to make sure that the first screen they see lets them know this app means business. Setting up a proper signup/login …