File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ following content:
3939module .exports = require (' ghost-firebase-storage-adapter' );
4040```
4141
42- > ** NB:** if the ` firebase.js ` was not created, create it and add the content.
42+ > ** NB:** if the ` firebase.js ` was not created, create it in the ` content/adapters/storage ` directory and add the above content.
4343
4444## Configurations
4545
@@ -49,7 +49,7 @@ module.exports = require('ghost-firebase-storage-adapter');
4949
5050- Add the json file containing the private key to the root of you ghost
5151 directory or somewhere else more secure.
52- - Add a ` storage ` block to your config.${GHOST_ENVIRONMENT}.json as shown below:
52+ - Add a ` storage ` block to your ` config.${GHOST_ENVIRONMENT}.json ` as shown below:
5353
5454``` json
5555"storage" : {
@@ -71,7 +71,7 @@ To configure you project, the following fields can be passed along:
7171
7272| Field | Required | c |
7373| -------------- | -------- | -------------------------------------------------------------- |
74- | serviceAccount | true | Path to your firebase account credentials |
74+ | serviceAccount | true | Path to your firebase account credentials json file |
7575| bucketName | true | The bucket to save ghost uploads to |
7676| basePath | false | the path to append to the filename of the ghost upload |
7777| uploadOptions | false | set uploadOptions to be added to your file uploads to firebase |
You can’t perform that action at this time.
0 commit comments