
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
stuffy-granny-lib
Advanced tools
Library for working with firestore(RN+R) for pet-project 'Stranger Places' App.
Current library is interlayer beetween firebase/firebase-firestore and your own project. Stuffy Granny is helper to request data from firestore. Own project is pet-project Stranger Places App.
The idea of it, Improve you skills to create light-way mobile app by RN. Supported React native and written on TS.
Some information about package that you should know before use it
yarn add stuffy-granny-lib
npm install stuffy-granny-lib
###!important Before install current library to you project, You need to install everything for firebase-firestore.
To get config of firebase app, request it from Stuffy or Granny!=)
Create a file in root of your project, reccomened to named sglib.config.tsx
import firestore from '@react-native-firebase/firestore';
import StuffyGrannyLib from 'stuffy-granny-lib';
export const DB = new StuffyGrannyLib(firestore);
Done!! Now if you need to make some requests to firestore, you need to import DB, and use method that you need. Example:
...
async () => {
const result = await DB.getAllUsers();
}
...
Methods will add soon. Check methods of class StuffyGranny in index.tsx of library.
FAQs
Library for working with firestore(RN+R) for pet-project 'Stranger Places' App.
We found that stuffy-granny-lib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.