Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Cloud Functions

How To Use Es6(esm) Imports/exports In Cloud Functions

import functions from 'firebase-functions'; import UtilModuler from '@utilModuler' … Read more How To Use Es6(esm) Imports/exports In Cloud Functions

How To Run A Background Cloud Function And Schedule A Change In Database?

I'm developing an app using React Native and Firebase Realtime database. I want to do something… Read more How To Run A Background Cloud Function And Schedule A Change In Database?

How To Solve Cors In Firebase Functions Enviroment?

I´m runnig into CORS issues. In my functions/index.js I have: const cors = require('cors')(… Read more How To Solve Cors In Firebase Functions Enviroment?

Cannot Use Node 8 For Firebase Functions

I want to use Node 8 for Firebase Functions. I have added the 'engines': { 'node': … Read more Cannot Use Node 8 For Firebase Functions

Javascript - How To Use Promises In Firebase?

Lately I've been stuck with a problem that I don't know how to solve. I asked this question… Read more Javascript - How To Use Promises In Firebase?

Firebase Function Doesnt Update, Function Returned Undefined

Im trying with this firebase function to update the author. exports.updateCourseName = functions.f… Read more Firebase Function Doesnt Update, Function Returned Undefined

Firebase Cloud Function Always Timeout

I'm exploring the firebase cloud functions and I'm trying to send a notifications with an h… Read more Firebase Cloud Function Always Timeout

Firebase Function Onwrite Not Being Called

I'm trying to implement a trigger using Firebase Functions, that duplicates some data in the da… Read more Firebase Function Onwrite Not Being Called