Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
ignite-firebase
Advanced tools
This plugin adds react-native-firebase to your Ignite React Native project and configures it so it works out of the box with Ignite projects.
This version supports react-native-firebase v6
and therefore is only compatible with react-native 0.60.0+
First get the credentials files from https://console.firebase.google.com/ as stated in:
And put them:
google-services.json
in android/app/
GoogleService-Info.plist
in ios/YourApp/
❌ DO NOT modify the native files, this plugin will take care of it ⚠️
Then:
ignite add firebase
You can also pass some information directly as CLI paramaters when adding the plugin:
--config-files-setup
: Use if you already set the google-services.json and GoogleService-Info.plist in your project--modules
: Firebase modules to install, to select in:
AdMob
Analytics
Authentication
Cloud Firestore
Cloud Functions
Cloud Messaging
Cloud Storage
Crashlytics
Dynamic Links
In-app Messaging
Instance ID
ML Kit Natural Language
ML Kit Vision
Performance Monitoring
Realtime Database
Remote Config
Examples:
ignite add firebase --modules=Analytics,"Cloud Functions"
ignite add firebase --modules=all
ignite add firebase --modules=Crashlytics --config-files-setup
You can get this information by using:
ignite add firebase --help
ignite remove firebase
Same here, you can use CLI parameters to convey some information:
--remove-config-files
: Use if you want to remove the google-services.json and GoogleService-Info.plist files--modules
: Firebase modules to remove, see above for more examplesYou can get this information by using:
ignite remove firebase --help
npm install
npm test
FAQs
An Ignite plugin for react-native-firebase
The npm package ignite-firebase receives a total of 3 weekly downloads. As such, ignite-firebase popularity was classified as not popular.
We found that ignite-firebase 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
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.