├── .gitignore ├── README.md ├── firebase-functions.js ├── index.js ├── integration-functions.js └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepassle/astro-firebase/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepassle/astro-firebase/HEAD/README.md -------------------------------------------------------------------------------- /firebase-functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepassle/astro-firebase/HEAD/firebase-functions.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepassle/astro-firebase/HEAD/index.js -------------------------------------------------------------------------------- /integration-functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepassle/astro-firebase/HEAD/integration-functions.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepassle/astro-firebase/HEAD/package.json --------------------------------------------------------------------------------