integrate-genui-firebase Skill
Use this skill when the user asks to integrate the genui package and get a simple conversation going with Firebase AI Logic. Published by flutter in genui.
What is integrate-genui-firebase Skill?
Use this skill when the user asks to integrate the genui package and get a simple conversation going with Firebase AI Logic. Published by flutter in genui. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using genui
Technical details
- Install or run with Copy skill directory
When to use integrate-genui-firebase Skill
- Use it for developers using genui.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/genui
- Skill file: packages/genui/skills/integrate-genui-firebase/SKILL.md
What it does
Use this skill when the user asks to integrate the genui package and get a simple conversation going with Firebase AI Logic.
Skill instructions
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: 1. Verify Firebase Setup: Ensure firebasecore and firebaseai are available in pubspec.yaml. Verify that Firebase.initializeApp is called in the main() function: dart WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform); 2. Add GenUI Package: Add genui to the pubspec.yaml dependencies. 3. Import Required Libraries: Import genui and hide TextPart so it doesn't conflict with other packages, then import it again with an alias: dart import 'package:genui/genui.dart' hide TextPart; import 'package:genui/genui.dart' as genui; 4. Configure Basic Logging: At the beginning of
Explore related resources
Frequently asked questions
What is integrate-genui-firebase?
integrate-genui-firebase is a open-source AI agent skill with Copy skill directory. Use this skill when the user asks to integrate the genui package and get a simple conversation going with Firebase AI Logic.
Who is integrate-genui-firebase best for?
integrate-genui-firebase is best for reusing agent instructions, scripts, and references.
How do I install integrate-genui-firebase?
Install or run integrate-genui-firebase using Copy skill directory. Check integrate-genui-firebase for the latest setup command.
Is integrate-genui-firebase actively maintained?
integrate-genui-firebase may need a closer maintenance check before production use.
Auto-fetched from GitHub.