
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
ember-firebase-sdk
Advanced tools
This addon automatically adds Firebase SDK config object to your ember project. Firebase users may be familiar with this object.
const config = {
apiKey: "xxxxxxxx",
authDomain: "xxxxxxxx.firebaseapp.com",
databaseURL: "https://xxxxxxxx.firebaseio.com",
projectId: "xxxxxxxx",
storageBucket: "xxxxxxxx.appspot.com",
messagingSenderId: "xxxxxxxx"
};
Conventionally this object needs to get included in config/environment.js so that other addons using firebase could use this information. This addon can be useful when you manage multiple firebase apps to single ember project. If you switch firebase project from one to another, the config object will switch as well. I found two other firebase addons to pair well with this addon. Those are,
You can skip the configuration part of those addon with this one.
ember install ember-firebase-sdk
Just install this addon and you are good to go. Make sure to setup a proper firebase configuration in your project directory.
This project is licensed under the MIT License.
FAQs
The default blueprint for ember-cli addons.
We found that ember-firebase-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.