integrate-genui-firebase
Installation
SKILL.md
Integrate GenUI with Firebase AI Logic
Goal
To successfully integrate the genui package into a Flutter app and set up a basic conversational agent using Firebase AI Logic. This skill assumes Firebase AI Logic is already set up and working in the project.
Instructions
When tasked with integrating genui and starting a simple conversation, follow these steps:
-
Verify Firebase Setup: Ensure
firebase_coreandfirebase_aiare available inpubspec.yaml. Verify thatFirebase.initializeAppis called in themain()function:WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform); -
Add GenUI Package: Add
genuito thepubspec.yamldependencies.
Related skills