1 2 3 4 5 6
use firebase_http_client::prelude::Client; fn main() { let _ = Client::new("DUMMY_API_KEY"); println!("ok"); }