Socket
Socket
Sign inDemoInstall

gatsby-source-firebase_store

Package Overview
Dependencies
391
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gatsby-source-firebase_store

A Gatsby source plugin to load resources from the firebase store.


Version published
Weekly downloads
6
decreased by-45.45%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

gatsby-source-firebase_store

This source plugin for Gatsby will make Firebase Store information available in GraphQL queries.

Installation

# Install the plugin
yarn add gatsby-source-firebase_store

In gatsby-config.js:

module.exports = {
  plugins: [
    {
      resolve: `gatsby-source-firebase_store`,
      options: {
        credential: require("./firebase-key.json"),
        paths: ["__pathForYouDocumentOnStorage__"]
      }
    }
  ]
};

You can get 'firebase-key.json' at Firebase Console - help

Google Firebase

Keywords

FAQs

Last updated on 07 Jun 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc