Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
angularfire
Advanced tools
AngularFire is the officially supported AngularJS binding for Firebase. Firebase is a backend service that provides data storage, file storage, authentication, and static website hosting for your Angular app.
AngularFire is a complement to the core Firebase client. It provides you with several Angular services:
$firebaseObject
- synchronized objects$firebaseArray
- synchronized collections$firebaseStorage
- store and retrieve user-generated content like images, audio, and video$firebaseAuth
- authentication, user management, routingJoin our Firebase Google Group to ask questions, provide feedback, and share apps you've built with AngularFire.
Looking for Angular 2 support? Visit the AngularFire2 project.
AngularFire requires Firebase in order to authenticate users and sync and store data. Firebase is a suite of integrated products designed to help you develop your app, grow your user base, and earn money. You can sign up here for a free account.
In order to use AngularFire in your project, you need to include the following files in your HTML:
<!-- AngularJS -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.1/angular.min.js"></script>
<!-- Firebase -->
<script src="https://www.gstatic.com/firebasejs/3.6.6/firebase.js"></script>
<!-- AngularFire -->
<script src="https://cdn.firebase.com/libs/angularfire/2.3.0/angularfire.min.js"></script>
You can also install AngularFire via npm and Bower and its dependencies will be downloaded automatically:
$ npm install angularfire --save
$ bower install angularfire --save
If you'd like to contribute to AngularFire, please first read through our contribution guidelines. Local setup instructions are available here.
FAQs
The officially supported AngularJS binding for Firebase
The npm package angularfire receives a total of 416 weekly downloads. As such, angularfire popularity was classified as not popular.
We found that angularfire 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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.