Currency & payment method update automatically.
Price & payment method appear instantly — no need to guess.
Admin verifies & sends your access code via Telegram @Isla_Olivia0.
Enter your PayHero credentials so Kenyan users can pay via M-Pesa STK Push. Credentials are saved to Firebase (admin only). Warning: because this is a static HTML app, credentials are visible in-browser. For production, proxy through a backend.
Add/override the payment account shown to buyers based on their selected country.
Generate and assign access codes for any package without scrolling.
{
"rules": {
".read": "auth != null",
".write": "auth != null"
}
}