Most voted "firebase-cloud-functions" questions
None
Learn more…11 questions
Sort by count of
-
20
votes1
answer10213
viewsWhat is the Firebase?
I haven’t touched with Android in a while and I haven’t had a chance to mess with Firebase. However, it is often mentioned in SOPT questions. After all, what is Firebase? It is a set of…
android firebase firebase-cloud-messaging firebase-cloud-functions firebase-databaseasked 6 years, 7 months ago Piovezan 15,850 -
2
votes0
answers63
viewsFirebase Function nodemailer Office365
I’m using firebase Function to trigger the nodemailer and send an email. Using gmail I was successful, but Outlook365 does not work. In Transporter I do this way: var transporter =…
javascript node.js firebase nodemailer firebase-cloud-functionsasked 6 years, 10 months ago Leone Azevedo 67 -
0
votes1
answer31
viewsFirebase Cloud Function being called twice
I have the following function: 'use strict'; const functions = require('firebase-functions'); const admin = require('firebase-admin'); exports.myFunction =…
-
0
votes1
answer807
viewsUser permissions in firebase
Good morning, I’m having a question, I’m assembling an app where the person accesses it, login and password and then appears the home screen of the same. If the person has no record she will…
android firebase firebase-cloud-functionsasked 6 years, 10 months ago sender rodrigues dos santos 19 -
0
votes0
answers76
viewsUpdate database through a Cloud Function - Firebase
Seeing a Jen Person tutorial on the Firebase youtube channel, I wrote a javascript feature that is triggered when a user of my app uploads an image to Firebase Storage. This function generates a…
-
0
votes1
answer82
viewsDoubt Cloud Function
Cloud Function is like a server for Nodejs ? Can I import any package from NPM and use its feature, which will work normally in Cloud Functions? Or he just works with the google resources? I tried…
-
0
votes1
answer32
viewsrecording in firebase using firebase cloud Function
Good afternoon Developers community.... difficulty recording using firebase... firebase cloud functions console gives this error message: decode64(userTo) ********@gmail.com decode64(userFrom)…
-
0
votes1
answer139
viewsNuxt 2 how to serve the Assets correctly in Firebase Host
I’m building a new ssr application using Nuxt 2 and Firebase, I’m trying to deploy my application using Firebase Hosting and Cloud Functions as well as this video however the problem, the video is…
-
0
votes1
answer28
viewsReferenceerror: documentId is not defined
Hello, I am trying to create a Firebase Function for my flutter app to send notification to the token that is in an undercutting without specifying the Document. In Dart I can use "documentId", but…
-
0
votes0
answers11
viewsHow to access items from a Map within an Array in Cloud Functions?
In firebase project I have an array messagescontaining a Map with the fields message, timestamp and type. I’m trying to access these fields with the lastMessage: data.messages; however the…
-
-1
votes1
answer25
viewsMy Node.JS keeps running in the old version
Hello, I’m making notifications with cloud functions and Node.js, my version of Node.Js is 12 but deploy is being on 8, can anyone help me ? PS: Google will stop accepting version 8.…