handleFirebaseSetup function
Setup Firebase for a new project.
Legacy entry point retained for source compatibility. The CLI now routes
oracular deploy firebase-setup directly to handleFirebaseSetupFull;
callers that still reference this symbol receive the same behavior.
Implementation
@Deprecated('Use handleFirebaseSetupFull')
Future<void> handleFirebaseSetup() => handleFirebaseSetupFull();