I’m trying to modify the Google App Engine app that comes with the Mobile Backend Starter. The docs mention customizing the sourcecode but they seem to be talking about the wrong thing. I found a GitHub repo that might be the right one but I’m not sure.
Here’s what I want to know:
- How can I report the mistake in the docs?
- Is the GitHub repo I found the latest version of the backend?
- If I change the backend code will I be able to get updates later?
I’m new to this and just want to make sure I’m on the right track before I start messing with things. Has anyone done this before? Any tips or advice would be awesome. Thanks!
I’ve gone through the process of customizing the Google Cloud Mobile Backend, and I can share some insights. Regarding the documentation issue, you can report it through Google’s Issue Tracker or their official support channels. They’re usually responsive to such feedback.
As for the GitHub repo, it’s crucial to verify its authenticity. Google often maintains official repositories, but community forks can sometimes be more up-to-date. Check the commit history and contributor list to gauge its reliability.
Modifying backend code can indeed complicate future updates. I’d recommend creating a separate branch for your customizations. This way, you can merge official updates into your main branch and then reapply your changes. It requires some Git skills, but it’s a solid approach for maintaining a customized backend while still benefiting from official updates.
Remember to thoroughly test your modifications in a staging environment before deploying to production. Good luck with your project!
hi, been working w/ the mobile backend starter. if u find doc errors, try google cloud’s support forum.
the github repo might be legit, but double-check. customizing could block updates, so maybe fork it for your own ease. good luck!