63 of 90 signups never finish the google connect step and the app does nothing without it
The flow, as it exists:
- Signup with email, 90 people got this far
- Connect Google so we can read a folder of sheets, 27 completed it
- Pick the folder, 19
- First report generated, 11
So two thirds die on the OAuth step and the product is genuinely useless before it - there is nothing to look at, no sample, no anything.
The consent screen currently shows the Google hasn't verified this app warning, which I assume is not helping. I have been putting off verification because it looked like a project in itself.
Do I fix the consent screen first, build a demo mode that works without connecting anything, or reorder the flow so people see value before I ask for access? Cannot do all three this quarter.
@resole_ruth · last wk. · 2 replies
Before you decide anything, go and look at exactly which scopes you request, because that decides how much work verification is.
If you only ever need files the user themselves picks, the per-file scope covers it and it is not in the restricted bucket. Broad read-everything-in-their-drive access is a different category and drags you into a heavier review, which for a solo developer is the difference between an annoying week and a quarter with a security questionnaire attached.
The other thing to know before you plan around unverified: an app in testing is capped at 100 test users, and if you publish while unverified there is a cap on new users too. Those caps are not a soft warning, they are a wall you hit on a good week - and at 90 signups you are most of the way to it already.
So my order would be: check scopes, narrow them if you can, then start verification because the clock runs while you build the other things.
Reply
Report
@rawfileruth · last wk.
Worth stressing that the user cap on an unverified app applies over the life of the project rather than resetting monthly. People burn it during a beta and then discover the ceiling on the day something goes well. Start the process before you need it.
Reply
Report