parse-dashboard

ParseUser.getList() in parse database

余生颓废 提交于 2021-01-07 01:41:35
问题 I am creating a twitter like app where we can follow other users and read their tweets. ParseUser.getCurrentUser().getList("isFollowing").remove(users.get(position)); List<String> tmpUsers=ParseUser.getCurrentUser().getList("isFollowing"); ParseUser.getCurrentUser().remove("isFollowing"); ParseUser.getCurrentUser().put("isFollowing", tmpUsers); The above code runs when user wants to unfollow. I had a doubt in: ParseUser.getCurrentUser().getList("isFollowing").remove(users.get(position)); List

Parse server dashboard login

℡╲_俬逩灬. 提交于 2019-12-06 12:38:28
问题 So, I am new to Android Studio. I'm following an online course step by step. I'm using ParseServer on AWS. I've managed to get my appId, etc. and can connect with a Java SSH Client directly from my browser. My app can successfully store information in the ParseServer, but I can't access the parse dashboard. When I try to it asks me to enter my username and password -- which I don't have. I've found a file (in bitnami terminal) and I think that I should maybe make myself an account in here? #