This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const pets = ['Cat', 'Dog', 'Bird', 'Fish', 'Frog', 'Hamster', 'Pig', 'Horse', 'Lion', 'Dragon']; | |
| pets.forEach(myPets); | |
| const myPets = (pet) => { | |
| allPets += pet; | |
| }; |