Can the Gemini write the full Firebase auth and CRUD code?

After my NextJS / React template is loaded and I set the fb config, can the AI write the whole code in each relevant page for auth and CRUD ops?
Anyone been successful with that?
Thanks

1 Like

Not even Firebase Studio is working for that yet, even though it was mentioned in the presentation: Introducing Firebase Studio. Hopefully we’ll see support for full auth and CRUD generation soon. @kirupa

Nothing works so far…

…When I don’t get a 500 Server Error during Gemini inference.

Hey Fred, totally feel you — it’s been a bit rough lately with the 500 errors and slow workspace setup. Hopefully things stabilize soon.

That said, big shoutout to the Firebase team — I know they’re likely under heavy load and working hard to keep everything running. Really appreciate all the effort behind the scenes!

If I could make a humble request: it would be super helpful if Firebase Studio added built-in support for login, registration, and feature restrictions for unpaid users. That kind of native functionality would make building SaaS apps way easier and faster for developers like us.

Thanks again to the team — we know you’re doing your best and we appreciate it!

Hey Fred. I did it for my app. It took a bit of to and fro but to be fair it was my first time working on auth through Firebase so I got some glitches that look trivial now.
I got it working for email/password and google. Apple on the way.
For crud I did both database and storage. Works like a charm.

1 Like

Right, Gemini now can build auth and CRUD! :heart_eyes:

@Fred3.0 - we are working on improving our support here! Stay tuned.

(Tagging @davideast for awareness!)

2 Likes

Thanks guys.
Disclaimer: I was not being sarcastic in my last reply. I did manage to build a working email link sign-up function and CRUD functionality. :tada:

We do need more integration with hosting, GCP, Genkit,…