How to use Google Sheet as Backend for your App

Опубликовано: 02 Октябрь 2024
на канале: Product Meow
419
8

To create REST APIs for your google sheet backend, watch this video:    • How to use Google Sheet as Backend fo...  

Download the code here: https://forms.gle/8YVSWmvmEPCuV6VD8

Connect with Product Meow:
YouTube @productmeow

⏰ Timecodes ⏰
0:00 - Setting up the table structure
0:43 - Create getTodoTable function
1:58 - Create createTodo function
4:25 - Test createTodo function
6:10 - Create getTodo function
16:18 - Test getTodo function
17:28 - Create updateTodo function
21:25 - Test updateTodo function
22:38 - Create deleteTodo function
23:23 - Test deleteTodo function
24:45 - Link to REST APIs tutorial

#productmeow #googlesheets

About:
In this video, you'll learn how to use google sheet as a backend for your app. You will learn how to create a table and manipulate the data within the table.