Skip to content

Releases: dinethsiriwardana/send-to-firebase

V 1.0.0 - First Stable release

03 Jul 05:50
c102703
Compare
Choose a tag to compare

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

  1. Launch Visual Studio Code.
  2. Go to the Extensions view by clicking on the square icon on the left sidebar or pressing Ctrl+Shift+X.
  3. Search for "VS Code Extension for Firebase" and click Install.
  4. After installation, click YES to Do you want to create a new Firebase configuration file? dialog box to configure the Firebase extension.

Extension Settings

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.

Usage

  1. Open a project folder in Visual Studio Code.
  2. The extension will automatically track the project name and the programming language of the active file.
  3. Firebase data will be sent to the configured Firebase database.
  4. You can open the Firebase configuration file by running the Send to Firebase: Open Config File command from the Command Palette.

Known Issues

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.

0.0.3

  • Fixed some bugs.

0.0.4

  • Add 'Send to Firebase: Reload App' for reloading manually when configuration is complete.

1.0.0

  • First stable release.

Contributing

Contributions are welcome! Follow these steps to contribute to the project:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make the necessary changes and commit your code.
  4. 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!

V 0.0.3

30 Jun 09:11
Compare
Choose a tag to compare

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

  1. Launch Visual Studio Code.
  2. Go to the Extensions view by clicking on the square icon on the left sidebar or pressing Ctrl+Shift+X.
  3. Search for "VS Code Extension for Firebase" and click Install.
  4. 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

  1. Open a project folder in Visual Studio Code.
  2. The extension will automatically track the project name and the programming language of the active file.
  3. Firebase data will be sent to the configured Firebase database.
  4. You can open the Firebase configuration file by running the Open Firebase ConfigFile command from the Command Palette.

Known Issues

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:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make the necessary changes and commit your code.
  4. 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!

First Relese

29 Jun 19:02
Compare
Choose a tag to compare

Release Notes - Version 1.1.0

We are excited to bring you the latest update for the VS Code Extension for Firebase. This release includes new features and improvements to enhance your Firebase integration workflow.

New Features

  • Real-time updates: Now you can enjoy real-time updates in the Firebase data displayed within Visual Studio Code. Any changes made to your project will be instantly reflected in the Firebase database.

  • Improved error handling: We've implemented better error handling mechanisms to provide more informative error messages in case of any issues while sending data to Firebase. This will help you troubleshoot and resolve any problems more effectively.

Enhancements

  • Optimized performance: We've made significant performance improvements to enhance the speed and responsiveness of the extension. You'll experience smoother navigation and quicker data synchronization with Firebase.

  • Updated Firebase SDK: We've upgraded the Firebase SDK to the latest version (9.23.0), ensuring compatibility with the most recent features and improvements offered by Firebase.

Bug Fixes

  • Resolved an issue where the extension would crash when attempting to send data to Firebase from a file outside the project workspace.

  • Fixed a bug causing occasional data syncing delays between Visual Studio Code and the Firebase database.

Thank you for your continued support and feedback! We hope you find these updates valuable in streamlining your Firebase integration process. If you encounter any issues or have suggestions for further enhancements, please don't hesitate to reach out on our GitHub repository.

Happy coding with the VS Code Extension for Firebase!