Editing and Firebase Connection after Publish

Hello, I am getting ready to publish a webapp I made for the first time, but I have a few questions.

  1. Will I be able to continue editing and updating my project after publishing? If yes, will I continue to do it exactly the way I do it now? If there is a different process, can you share a visual about it? I could not find a video or information about this.

  2. I am not using a database at the moment and the entire database structure is kept in the project and localstorage. When I publish, will the database structure in my project be automatically integrated into the firebase database? Or should I ask geminiden to do this before publishing? If it will do it automatically, I will not ask geminiden to do this before publishing. If not, I would like to set this before publishing. Can those who have experience in this subject share?

Hi @bevren15 - for the first question, yes - the publish process will be exactly the same. You can click the Publish button again to see your current deployment and make subsequent updates if you want.

For the database, what you experience inside Firebase Studio is what you will see when others try it after you have published it. If your app is using localstorage, then localstorage will remain your storage solution.

Cheers,
Kirupa :grin:

1 Like