We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38efade commit 6059ac7Copy full SHA for 6059ac7
README.md
@@ -77,3 +77,20 @@ To configure you project, the following fields can be passed along:
77
| uploadOptions | false | set uploadOptions to be added to your file uploads to firebase |
78
| domain | false | the domain name to append to the destination path name |
79
80
+## Verify new Storage Adapter
81
+
82
+To verify everything is configured correctly, stop your ghost server and run it
83
+again.
84
85
+```sh
86
+ghost stop
87
+ghost run
88
+```
89
90
+Fix any errors that come up and try again. After that, try and uploading a file
91
+and it should be accessible on your Firebase storage bucket.
92
93
+## Contributions
94
95
+Contributions of any kind - bug reports, pull request, feature suggestions are
96
+welcome.
0 commit comments