Hi guys,
I have an app that uses Ionic/Parse for user account creation authentication. I would like to allow users to post a status so everyone else can see it.
In the database I have rows with user credentials such as username, password, email etc.
I am not sure what to do with the Parse database or what to do in the function for this to be possible.
TL;DR: I need a function that allows users to make a public post.
Thanks in advance!