I have prototyped my app. All my screens using mock data and localstorage for storing & retrieving the data. Now i want to connect with Firestorage to save my data & use it in my app. Also the login part is not configured yet and i want to go with email authentication .Can someone please help me the steps to achieve this. Is there a way i can chat with support team to get immediate answers to my questions.
What language are you using and do you know how to code?
If not, you can start by ensuring your .env file has the project setting variables shown at the bottom of your Firebase Console → Project Settings page.
You’ll need to enable “Firebase Auth” and “Firestore” in your Firebase Console if it’s not enabled already as well.
You then can enter prompts into Firebase Studio to read and write to/from Firestore. Prompt the model to assist with your Firestore “Rules” so your database won’t be open to all.
I have done everything the firebase authentication in place. Firebase prototype have a correct configuration I can see the sign up users are showing in the Firebase authentication But the users collection are not created .
Log shows user is created, but I’m looking in the user collection, there is no user document is created
Can you try logging in with the web view inside the Prototyper mode? The 9000-firebase-studio… is an external page which may prevent authentication from working.