V 0.0.3
VS Code Extension for Firebase
This extension allows you to send your project data to Firebase directly from Visual Studio Code.
Features
- Send project data to Firebase
- Track project name, language, and status
- Automatic timer to update Firebase data
- Firebase configuration file management
Requirements
Before using this extension, make sure you have the following prerequisites:
- Visual Studio Code version 1.79.0 or higher
- Firebase account and project
Installation
- 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 Reload to activate the extension.
Extension Settings
The extension contributes the following settings:
Open Firebase ConfigFile
: Edit the firebase file.
To access the extension settings, go to File > Preferences > Settings and search for "VS Code Extension for Firebase".
Usage
- 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 Open Firebase ConfigFile command from the Command Palette.
Known Issues
- None at the moment. Please report any issues on the GitHub repository.
Release Notes
0.0.0
- Initial release of the VS Code Extension for Firebase.
0.0.1
- Added automatic timer to update Firebase data.
- Improved Firebase configuration file management.
0.0.2
- First release on the Visual Studio Marketplace.
Contributing
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!