Mole Digger — Privacy Policy

Effective date: October 30, 2025

JeroGames (“we”, “us”, or “our”) publishes the mobile game Mole Digger and operates websites such as jerogames.com (“Services”). This policy explains what data we collect, how we use it, and your choices.

Data we collect

How we use data

Advertising, Tracking & SDKs (AdMob)

We use Google AdMob, which may collect device identifiers, usage data, approximate location, and other signals to show, measure, and (where permitted) personalize ads. Where consent is required, we request it; if declined, we show non-personalized ads where applicable. See Google’s policy: policies.google.com/privacy.

Rights, choices & contact

Depending on your region, you may have rights to access, delete, correct, or opt out of certain processing (including ad personalization). To exercise rights, email jerodevelapp@gmail.com.

Children • Security • Changes

Not directed to children under 13. We use reasonable security measures. We may update this policy; the effective date reflects the latest version.

Hello World — Local Test

Hello World 👋

Serving locally with Firebase Hosting

Privacy PolicyTerms

firebase.json <<'JSON' { "hosting": { "public": "public", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"] }, "emulators": { "hosting": { "host": "127.0.0.1", "port": 5000 } } } JSON # 4) Asegura que el proyecto activo sea el correcto firebase use jerogames-hosting || firebase use --add # 5) Inicia local (elige uno) firebase emulators:start --only hosting # (Si te dice que el puerto 5000 está ocupado, prueba:) # firebase emulators:start --only hosting --port 5001