feat(firebase): add new documents within firestore collection trigger

This commit is contained in:
Rıdvan Akca
2024-03-01 15:55:34 +03:00
parent 9b51e0f746
commit dff1c5e387
9 changed files with 177 additions and 1 deletions

View File

@@ -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',

View 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 />

View File

@@ -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)

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 21 KiB