restore an android app
Project detail
I have a dating Android app I would like to restore.
– it was working correctly, the project ended and I had to stop the app for about a year
– I am looking to restore the app, to the previous state where it was before. I didn’t delete or change anything from the server, but I did change settings to I minimized the GCP cost
– backend is written in node js
– front end is written in react native
– react native version is outdated and it needs to be upgrade to latest version
– server is in GCP
– database is mysql
– push notification uses firebase
what you need to do is
– pull from github
– install the app on your computer
– go through the GCP account to make sure everything is up and running, connected
– restore dev and prod environment
– change password for firebase / mysql / anywhere else in the config file as needed
– generate apk file for me to test and verify