//! Minimal end-to-end smoke test against the Firebase Auth Emulator.
//!
//! ```text
//! firebase emulators:start --only auth --project demo-project &
//! FIREBASE_AUTH_EMULATOR_HOST=localhost:9099 cargo run --example emulator_quickstart
//! ```
use AuthClient;
async