dwyl / app

Clear your mind. Organise your life. Ignore distractions. Focus on what matters.
http://dwyl.github.io/app/
143 stars 22 forks source link

Google Play App Setup -> App Access #349

Open nelsonic opened 8 months ago

nelsonic commented 8 months ago

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. 👌

nelsonic commented 8 months ago

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. 💭

nelsonic commented 8 months ago

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