|
53 | 53 | | Prompt Name | Feature Group | Description |
|
54 | 54 | | ------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
55 | 55 | | firebase:deploy | core | Use this command to deploy resources to Firebase. <br><br>Arguments: <br><prompt> (optional): any specific instructions you wish to provide about deploying |
|
56 |
| -| firebase:init | core | Use this command to setup Firebase for the current workspace. | |
| 56 | +| firebase:init | core | Use this command to set up Firebase services, like backend and AI features. | |
57 | 57 | | firebase:consult | core | Use this command to consult the Firebase Assistant with access to detailed up-to-date documentation for the Firebase platform. <br><br>Arguments: <br><prompt>: a question to pass to the Gemini in Firebase model |
|
58 | 58 | | crashlytics:connect | crashlytics | Access a Firebase application's Crashlytics data. |
|
| 59 | + |
| 60 | +| Resource Name | Description | |
| 61 | +| -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 62 | +| backend_init_guide | Firebase Backend Init Guide: guides the coding agent through configuring Firebase backend services in the current project | |
| 63 | +| ai_init_guide | Firebase GenAI Init Guide: guides the coding agent through configuring GenAI capabilities in the current project utilizing Firebase | |
| 64 | +| data_connect_init_guide | Firebase Data Connect Init Guide: guides the coding agent through configuring Data Connect for PostgreSQL access in the current project | |
| 65 | +| firestore_init_guide | Firestore Init Guide: guides the coding agent through configuring Firestore in the current project | |
| 66 | +| firestore_rules_init_guide | Firestore Rules Init Guide: guides the coding agent through setting up Firestore security rules in the project | |
| 67 | +| rtdb_init_guide | Firebase Realtime Database Init Guide: guides the coding agent through configuring Realtime Database in the current project | |
| 68 | +| auth_init_guide | Firebase Authentication Init Guide: guides the coding agent through configuring Firebase Authentication in the current project | |
| 69 | +| hosting_init_guide | Firebase Hosting Deployment Guide: guides the coding agent through deploying to Firebase Hosting in the current project | |
| 70 | +| docs | Firebase Docs: loads plain text content from Firebase documentation, e.g. `https://firebase.google.com/docs/functions` becomes `firebase://docs/functions` | |
0 commit comments