I made a working Google Sign-In package for Kivy Android apps. Includes:
- main.py
- google-auth.py
- buildozer.spec (pre-configured)
Available as a zip file in the associated link.
Feel free to comment or DM me if you struggle with it !
I made a working Google Sign-In package for Kivy Android apps. Includes:
Available as a zip file in the associated link.
Feel free to comment or DM me if you struggle with it !
Hey everyone !
I’ve just shipped my first Android app, Betpuck, and wanted to share it here to get some technical feedback.
Stack is React Native (frontend) + FastAPI (backend). The app lets users create private hockey prediction leagues (no real money, just for fun), with user auth, competitions, and real-time-ish updates.
This is very much a v1, and I’m sure there are things I could improve—especially around performance, state management, and API design. There are also a few minor bugs I’m actively working through.
If anyone’s open to trying it and sharing feedback (UX, architecture, edge cases, etc.), I’d really appreciate it 🙏 There’s a support/contact option in the app for bug reports.
👉 https://play.google.com/store/apps/details?id=com.betpuck.betpuck
Happy to answer any questions about the stack or implementation as well.