Hey everyone! ![]()
I’ve been exploring Firebase Studio recently and wanted to share what I’ve built so far, as well as some questions that I hope others might help with.
I’m working on a small project to build a task-tracking web app using Firebase Studio. I started by prompting the AI to scaffold the UI and basic screens, then connected Firestore for saving tasks, and added simple authentication using email/password. So far it mostly works, but I’ve run into a few challenges:
What Worked
-
The AI did a great job scaffolding my screens and basic navigation with a single prompt.
-
I could quickly preview the app in the built-in emulator.
-
Deployment to Firebase Hosting was smooth once the build succeeded.
Issues I’m Facing
-
Auth persistence isn’t quite right — users log in but the session sometimes doesn’t persist or reflect correctly in the UI. Has anyone else seen this?
-
Firestore rules/testing — I’m not sure if the preview uses my local
firestore.rulesor the production ones (feels like it might be pulling the cloud rules). Any tips on testing locally? -
Workspace stability — there have been a few random reloads and occasional workspace loading issues for me. Does a workspace reset help without losing progress?
Questions for the Community
-
What’s your best approach for integrating Firebase Auth and Firestore safely in Studio?
-
Do you use any tips for testing rules or data locally before deploying?
-
Any suggestions on making Studio more stable for long sessions?
I’m happy to share snippets/screenshots of what I’ve done so far if that helps! Looking forward to learning from your experiences. ![]()
Thanks in advance! ![]()