# My Subscriptions: Display data based on device ID

This app enables users to track all their subscriptions in one place and never miss cancelling an unwanted service before the free trial expires.

{% hint style="info" %}
**Find it in the app store** \
🍏 [Download](https://apps.apple.com/app/id1539067540) in App Store \
🤖 [Download](https://play.google.com/store/apps/details?id=app.bravostudio.A01EP5DVRG8DRN6VP0SFXJ3Y4YC) in Google Play
{% endhint %}

{% embed url="<https://dl.airtable.com/.attachments/8c70bfb147f61eadf73e472c5f296c8a/ce72dc26/subscription-bravo.mp4>" %}

## ✨ Features

* Home screen with [Lottie animation](/bravo-tags/components/component-lottie.md)
* Send subscriptions data via custom input form and submit action button
* List of subscriptions from an Airtable spreadsheet
* Use of device ID for multiuser functionality

## 💎 Resources

* **Design file: Figma**

  Duplicate this Figma file into your account and import it into Bravo directly!

  **Includes**

  * Containers setup
  * Bravo Tags in layer names
  * Prototype links for navigation

{% embed url="<https://www.figma.com/embed?embed_host=notion&url=https%3A%2F%2Fwww.figma.com%2Ffile%2F0mnWsQa6lMxpJHgXJrV9sk%2FMy-Subscriptions-tracker>" %}

* **Database: Airtable**

  Open the Airtable and click `Copy Base` to duplicate to your account.

  **Includes**

  * Table setup for the list of subscriptions and device id

{% embed url="<https://airtable.com/shrfwaDer1kxzWieU>" %}

{% hint style="success" %}
Even though we'll use Airtable here as our data source, you can use any other third-party tool you wish to store the data.
{% endhint %}

## 🏗 How to build it

Read or watch the step-by-step tutorial to learn how the Subscriptions app was created.

In this tutorial you will learn:

* How to create a POST, GET and DELETE API requests.
* Use the user device ID to add multiuser functionality to the app

**Written tutorial**

{% embed url="<https://pcodina.medium.com/too-much-saas-on-my-plate-501710e61cf2>" %}

**Video tutorial**

{% embed url="<https://www.youtube.com/watch?v=lMtKvRSMy9I>" %}

Happy Bravorizing! 👏


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bravostudio.app/get-started/help-and-tutorials/app-cases/bravo-app-kit-my-subscriptions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
