Questions tagged as 'firebase-cloud-functions'

1
answer

Firebase Cloud Function being called twice

I have the following function: 'use strict'; const functions = require('firebase-functions'); const admin = require('firebase-admin'); exports.myFunction = functions.database.ref('/my_node/{myId}/status').onCreate(event => { const data...
asked by 03.08.2017 / 00:28