EN VI
Posts (0)
Questions (5)
2024-03-11 23:30:06
Ensure that the my-app-credentials.json is in the same directory as your Cloud Functions source file(s), or under that directory. If it isn't, it won't be deployed and thus won't be present when the f...
2024-03-12 05:00:07
No. The version you're seeing for FirestoreAdminClient (from the node module "@google-cloud/firestore") has nothing to do with the version of Cloud Functions (from the node module "firebase-functions...
2024-03-12 12:30:06
It sounds like you're seeing a cold start, which happens when the Cloud Functions environment has to start a new instance to run your code. If you want to reduce the chances of that, you can keep a mi...
2024-03-17 06:30:06
You don't have to define your function implementation within the call to the functions.http method. You can simply put it in its own function or variable and pass it wherever you need it. async funct...
2024-03-17 06:30:07
please try the following rearrangements. // The Cloud Functions for Firebase SDK to create Cloud Functions and triggers. const { logger } = require("firebase-functions"); const { onRequest } = require...

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login