This extension allows you to send your project data to Firebase directly from Visual Studio Code.
- Send project data to Firebase
- Track project name, language, and status
- Automatic timer to update Firebase data
- Firebase configuration file management
Before using this extension, make sure you have the following prerequisites:
- Visual Studio Code version 1.79.0 or higher
- Firebase account and project
Install.extension.mp4
- Launch Visual Studio Code.
- Go to the Extensions view by clicking on the square icon on the left sidebar or pressing
Ctrl+Shift+X
. - Search for "VS Code Extension for Firebase" and click Install.
- After installation, click YES to
Do you want to create a new Firebase configuration file?
dialog box to configure the Firebase extension.
Setup.firebase.mp4
- Open your web browser and go to Firebase Console.
- Log in with your Google account or create a new account if needed.
- Click on the "Add Project" button to create a new project.
- Fill in the project name and other required information.
- Click on the "Continue" button and follow the on-screen instructions to set up your project.
- Once the project is created, click on the "Continue" button to proceed to the project dashboard.
- In the Firebase console, navigate to the "Database" section from the left sidebar.
- Click on the "Create Database" button.
- Choose "Start in test mode" for easy setup and click on "Next."
- Select a location for your database and click on "Done."
- Your Real-Time Database is now created and ready to use.
The extension contributes the following settings:
Send to Firebase: Open Config File
: Edit the firebase file.Send to FIrebase: Reload App
: Edit the firebase file.
- Open a project folder in Visual Studio Code.
- The extension will automatically track the project name and the programming language of the active file.
- Firebase data will be sent to the configured Firebase database.
- You can open the Firebase configuration file by running the Send to Firebase: Open Config File command from the Command Palette.
- None at the moment. Please report any issues on the GitHub repository.
- Initial release of the VS Code Extension for Firebase.
- Added automatic timer to update Firebase data.
- Improved Firebase configuration file management.
- First release on the Visual Studio Marketplace.
- Fixed some bugs.
- Add 'Send to Firebase: Reload App' for reloading manually when configuration is complete.
- First stable release.
Contributions are welcome! Follow these steps to contribute to the project:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make the necessary changes and commit your code.
- Submit a pull request explaining your changes.
For more information about Visual Studio Code's extension development, refer to the official Extension API documentation.
Enjoy using the VS Code Extension for Firebase!