dwyl/app

Google Play App Setup -> App Access

nelsonic opened this issue · 2 comments

As part of #348 we need to specify the App access.
https://play.google.com/console/u/0/developers/7684502167734640710/app/4975183496784052219/app-content/testing-credentials?source=dashboard
image

Certain features of the App will be auth-protected like delegating to memebers of a team or "mentions".
So we need to provide them with instructions for how to authenticate. 👌

For now we could just mark this as "All functionality in my app is available without any access restrictions"

image

Which is true. We haven't built the features to delegate to team members yet so it's just "Single Player"
and there is no Auth on the Flutter App yet so again, it no access restrictions. 💭

Once we have Auth in the Flutter App we can update this. 👌