Suggestion for accurate prompt in Firebase Studio Prototyper

Greeting folks,

I am introducing Firebase Auth (sign in with Google), using Prototyper (aka vibe coding)
Could u guys introduce an accurate prompt for me?

i noticed its quite cluncky and always prompt error when i run in the dev simulator.

Thanks

I don’t have a prompt off hand, but one technique I recommend is asking an AI (like Gemini) to help you craft the best prompt for your use case.

Go to your favorite generative AI model and type in:

“I’m currently building a(n) [App_Type] app that does [Function_A], [Function_B], and [Function_C] in Firebase Studio. I now need to add Firebase Authentication to the Firebase Studio project. Help me craft a prompt that I can enter into Firebase Studio’s Gemini prototyper that will ensure proper integration of Firebase Authentication. Be sure to call out any modules or packages that the model should install.”

The output should be something you can use in your app to integrate Firebase Auth.

1 Like