fire_pilot 1.0.1 copy "fire_pilot: ^1.0.1" to clipboard
fire_pilot: ^1.0.1 copied to clipboard

Elite Firebase setup orchestrator for Flutter. Automates Node.js install, multi-account login, project creation, and SHA registration.

example/main.dart

import 'package:fire_pilot/commands/firebase_setup.dart';

void main() async {
  // This is an example of how to programmatically call the setup command.
  // In a real scenario, you would run this from the CLI.
  
  await firebaseSetupCommand(
    full: true,
    env: 'dev',
  );
}
0
likes
160
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Elite Firebase setup orchestrator for Flutter. Automates Node.js install, multi-account login, project creation, and SHA registration.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, interact

More

Packages that depend on fire_pilot