Marketplace > Purchased
. There, you'll find the Xano snippet. Click on it, and you'll be able to install it.Database
section. The first table will contain all the products that will be listed in the app, including a reference to the "Like Users" table, to keep track of which items are in "active" state for each user. The "Like Users" table will store the user information, including authentication credentials. It will be used to authenticate the users with the app, using Custom Authentication. You'll be able to edit the content of those tables as you wish.API
section, you'll see an API group called Like Button. Here, you'll see all the API endpoints that will be targeted from Bravo to connect the mobile app to the Xano backend. These endpoints are ready with all the needed logic to authenticate users, change the component states, and get the product list together with their state. Feel free to dig a bit deeper into the logic to understand how they work.Like a product
request, use the following JSON body:Unlike a product
request, use the following JSON body:${user.id}
in the requests that require filtering by user ID: the one to get all products, and the one to get the liked products.Product list
screenDetail page
screenLiked products
screen