private groups would only include private markets (should we also allow public ones?)
bets, markets, comments would be hidden from api and website unless you are in the group.
Group would have admins list that could invite members
[J] This sounds basically right!
[J] Technically
profile.tsx
firestore.rules
limit read and write access to members of the private group. You can create a little function in firestore.rules
that does a query to see if the authenticated user id is in the list of members of the group.Ronald Klingebiel wants to not have other bettors besides his students, b/c fake accounts can be used to transfer profits and mess up the leaderboard
Klingebiel wants to see each student’s performance per market. Is using the API to get this info.
Torren’s feedback, using prediction markets for a private party
Keri’s feedback from same party
Rick Gerkin [email protected]