There is currently no way (neither through the Console or through an API) to create a project that is a clone of another project . At the moment you will have to re-create the config data in the new project manually.
Read moreHow do I download from Firebase command line?
Windows. Download the standalone binary for the CLI . Then, you can access the executable to open a shell where you can run the firebase command. Use npm (the Node Package Manager) to install the CLI and enable the globally available firebase command.
Read moreHow do I download images from Firebase?
Download files with Cloud Storage on Android
Read moreCan you save images in Firebase?
The Firebase SDKs for Cloud Storage add Google security to file uploads and downloads for your Firebase apps, regardless of network quality. You can use our SDKs to store images, audio, video, or other user-generated content . On the server, you can use Google Cloud Storage APIs to access the same files.
Read moreHow do I download from Firebase database?
Export all documents
Read moreCan we upload images to Firebase?
Firebase provides secure file uploads and downloads for Firebase application . This article explains how to build an Android application with the ability to select the image from the mobile gallery and upload images to Firebase Storage.7 Ara 2021
Read moreHow do I upload images to Firebase react?
How to upload files in firebase storage using ReactJS ?
Read more