Skip to content

Instantly share code, notes, and snippets.

View blase147's full-sized avatar
🏠
Working from home

Chukwuma Paul Mosanya blase147

🏠
Working from home
View GitHub Profile
Privacy Policy for Asset Finder
Last Updated: February 20, 2026
1. Introduction
Welcome to Asset Finder. We are committed to protecting your personal information and your right to privacy. This Privacy Policy explains how we collect, use, and safeguard your data when you use our mobile application.
2. Information We Collect
We collect information that you provide directly to us through the app:
Account Information: Name, email address, and password (encrypted via Supabase).
const pets = ['Cat', 'Dog', 'Bird', 'Fish', 'Frog', 'Hamster', 'Pig', 'Horse', 'Lion', 'Dragon'];
pets.forEach(myPets);
const myPets = (pet) => {
allPets += pet;
};