1.0.15 • Published 4 years ago

gatsby-source-firebase_store v1.0.15

Weekly downloads
4
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago