netlify-plugin-firebase-cache
v0.0.2
Published
Persist the Firebase emulators between Netlify builds for moderate build speed improvements!
Downloads
4
Readme
Netlify Build Plugin: Persist the Firebase Emulator Cache Between Builds
Persist the Firebase emulator cache between Netlify builds for moderate build speed improvements.
NOTE: Netlify Build Plugins are in beta.
Usage
To install, add the following lines to your netlify.toml
file:
[build]
publish = "public"
[[plugins]]
package = "netlify-plugin-firebase-cache"
Note: The [[plugins]]
line is required for each plugin, even if you have other plugins in your netlify.toml
file already.
This plugin determines the location of your .cache
folder by looking at the publish
folder configured for Netlify deployment (this must be set in your netlify.toml
in the [build]
section). This means that if your Firebase emulator site successfully deploys, it will be cached as well with no config required! 🎉