Socket
Socket
Sign inDemoInstall

@amoutonbrady/nuxt-firebase-auth-lite

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amoutonbrady/nuxt-firebase-auth-lite

Nuxt integration for firebase-auth-lite


Version published
Weekly downloads
17
decreased by-26.09%
Maintainers
1
Weekly downloads
 
Created
Source

Nuxt firebase auth lite

Intergration of firebase auth lite, a lightweight alternative to the official firebase library.

Usage

Install it:

# npm
$ npm i @amoutonbrady/nuxt-firebase-auth-lite
# pnpm
$ pnpm add @amoutonbrady/nuxt-firebase-auth-lite
# yarn
$ yarn add @amoutonbrady/nuxt-firebase-auth-lite

Then add it to you nuxt.config.(j|t)s:

export default {
    ...,
    modules: [
        ['@amoutonbrady/nuxt-firebase-auth-lite', { apiKey: 'myApiKey' }],
    ],
    ...,
}

Keywords

FAQs

Package last updated on 15 Aug 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc