Coffee Run is an Android app built by Very Niche Dev.

It collects the following user-entered data:

  • User email and a passqword: Used for login via Firebase Authentication
  • User Name and Coffee Order: The name and coffee order the user provides are saved to create the user profile.
  • User Friends' Names: The names of friends added to the user’s “coffee crew.”

How the Data Is Stored:

All of this information is stored as documents in a Firebase Firestore database. Each user’s data, including their name, order, and list of friends, is saved in a document that is identified by the user’s email. This allows the app to sync orders and preferences for a seamless coffee run experience.

Address or other contact details are not collected by this app.

It also collects data for app usage and diagnostic purposes. This is to help improve the app and fix any bugs.

App usage and crash reporting collection is done using Firebase Analytics and Firebase Crashlytics.

This includes

  • Crashlytics Installation UUIDs: Used to measure the number of users impacted by a crash or bug. Retained for 90 days.
  • Mobile ad IDs, IDFVs/Android IDs, Firebase installation IDs, Analytics App Instance IDs: Used to provide analytics and attribution of user group information. Retained for up to 14 months.

You can find more about the Firebase privacy and data handling here.

For any inquiries, please contact Very Niche Dev