1.0.15 • Published 3 years ago

gatsby-source-firebase_store v1.0.15

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

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

1.0.15

3 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago