Hello, I am building an app that has to get a user’s location, Longitude and Latitude, send that data to a Google Docs Sheet and then display that onto Google Maps through API. This way I can show a Different program the locations of all the players in the game that do Collisions relive to where they are.
So far I have gotten the app to locate where I am at any given time, and then display that on google maps, but I need a way to store that data onto Google Docs or another data source.
Any help would be greatly appreciated.
Thanks, Levi
Because you are new to Thunkable, I’m giving you a project that can be a starting block. https://x.thunkable.com/copy/e873463825440fea0e23c7eb24ad63a5
The project has two screens, a login screen that upon successful login will take you to the other screen which you can use in your phone and whenever you click on the button, it will check that your name is available in the table and if it is then it will update the location otherwise it will add a new row.
This is the Google sheet that goes with the project