npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

fireray

v2.4.8

Published

Use arrays na firebase do jeito mais simples!

Downloads

7

Readme

FIreray [ 2.4.8 ]

💬 Linguagem

click here to go to the documentation in English.

⁉ Sobre

A FIreray trabalha com Node.js, em conjunto com a Firebase, fazendo a Real Time aceitar arrays.

  • Sempre com novidades em produção
  • Frequentemente atualizada
  • O mais optmizada possível

🟣 Instalação

Abra seu projeto no Visual Studio ou outra IDE, abra o terminal e use:

npm i fireray
  • Aguarde a instação do modulo e pronto! Agora você já pode usar a Firebase com Arrays

♻ Uso

  • 1. Dependendo se você vai usar a Fsdb ou a Firebase ( Não ambas ) você pode simplificar o uso da FIreray usando:
FIreray.singleUse('fsdb')    
FIreray.singleUse('firebase')    
    • O uso também é simples. Só se basear no modo de uso normal e usar função coletada.
FIreray.use('get', async (func) => {
    const get = await func(db, 'directory')
    console.log(get)
})
  • 2. Se você vai usar os 2, infelizmente você tera que sempre ficar usando o prefixo fs ou fb. Veja o exemplo abaixo:
    • Lembrando que fs é para a Fsdb e fb para a Firebase!
const db = fsdb.database();

await FIreray.fsSet(db, 'users', [ { user: 0, name: 'Lucas F. Sil' }, { user: 1, name: 'Ana C. Rod' }, { user: 2, name: 'Vitor G. Sil' }, { user: 3, name: 'Kauã J. San' } ])
const get = await FIreray.fsGet(db, 'users');

console.log(get)

🔗 Direções

📄 Notas da versão

  • 2.4.1 & 2.4.2
Correção de bugs
  • 2.4.0
Mudança do get para sistema simplificado
  • 2.3.7
Adição do "usage" no comando remove!
  • 2.3.6
Correção do bug do 0 no remove!
Observação: https://www.youtube.com/watch?v=9URV25JlVK0
  • 2.3.5
Documentação em Inglês.
  • 2.3.2 & 2.3.3
Correção de bugs
  • 2.3.1
Adição do comando REMOVE
- Remove itens indesejados de um array.
  • 2.3.0
Adição do sistema de alerta de atualizações
- se comunica com a CLI requerindo a versão atual e verificando se é a em execução.
  • 2.2.4
Correção de bugs
  • 2.2.3
Adição de verificações TypeOf 
( verificações de string para apenas aceitar STRINGS )
( verificações de objects para apenas aceitar VARIAVEIS / OBJETOS )

ps. No push e no Set não foram adicionados pois dentro de um array pode conter VÁRIOS tipos de dados.
  • 2.2.1 & 2.2.2
Correção de bugs
  • 2.2.0
Adição o sistema de notas de versão no Github e no Npm;
Adição do comando REPLACE

Notas do desenvolvedor

Deseja ajudar no desenvolvimento?