Firebase Batch User Deleter

Automates the UI to batch delete users from the Firebase Authentication page, with an option to exclude specific emails.

这些是此脚本的所有版本。 只显示代码变更过的版本。

  • v2.3 2025-11-18

    Changelog

    • v2.3 ✨ Polished script name and UI for final release.
    • v2.2 🐛 Fixed a JavaScript scoping bug that caused the script to crash on startup.
    • v2.1 🎯 Corrected the element selectors to reliably find the user's email and the "more options" menu button.
    • v2.0 🔄 Major rewrite! Switched from a fast but complex API-based method to a slower but more reliable UI automation method.
    • v1.4 🔧 Fixed a critical bug preventing the script from capturing API credentials, which caused it to get stuck on "Initializing".
    • v1.3 🚀 Improved script initialization to ensure it runs early enough to capture API credentials reliably.
    • v1.2 🛠️ Fixed an issue where the script wouldn't activate on some project URLs and improved the UI injection logic.
    • v1.1 🌐 Made the script project-agnostic so it works on any Firebase project, not just one.
    • v1.0 🎉 Initial release using the Firebase API for fast, background deletion of users.
  • v2.3 2025-11-18