fire_pilot 1.0.1
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.
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',
);
}