feat(firebase): add new documents within firestore collection trigger
This commit is contained in:
@@ -99,7 +99,10 @@ export default defineConfig({
|
||||
text: 'Firebase',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [{ text: 'Connection', link: '/apps/firebase/connection' }],
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/firebase/triggers' },
|
||||
{ text: 'Connection', link: '/apps/firebase/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Flickr',
|
||||
|
12
packages/docs/pages/apps/firebase/triggers.md
Normal file
12
packages/docs/pages/apps/firebase/triggers.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/firebase.svg
|
||||
items:
|
||||
- name: New documents within a firestore collection
|
||||
desc: Triggers when a new document is added within a Cloud Firestore collection.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
@@ -9,6 +9,7 @@ The following integrations are currently supported by Automatisch.
|
||||
- [Discord](/apps/discord/actions)
|
||||
- [Dropbox](/apps/dropbox/actions)
|
||||
- [Filter](/apps/filter/actions)
|
||||
- [Firebase](/apps/firebase/triggers)
|
||||
- [Flickr](/apps/flickr/triggers)
|
||||
- [Formatter](/apps/formatter/actions)
|
||||
- [Ghost](/apps/ghost/triggers)
|
||||
|
52
packages/docs/pages/public/favicons/firestore.svg
Normal file
52
packages/docs/pages/public/favicons/firestore.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user