Scaffold App with support for Parse Users, Facebook Connect, and Push Notification

I’m starting a second social app based on ionicFramework and decided to try to extract the social features into a scaffold app so I don’t have to rebuild these common features all the time. (There’s probably already a better version out there, but if not, there should be…)

Has support for

  • deploy over cordova or single-page web
  • Parse.com Users and Installation through JDK
  • Facebook Connect using the openFB lib
  • Push Notification through either Parse or ionicPush

You can find it here: https://github.com/mixersoft/ionic-parse-facebook-scaffold
or on ionic.io at appId=ee2419a3

Feel free to send me comments or fork and help me improve.

1 Like

Some screenshots