EN VI
Posts (0)
Questions (7)
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 07:30:03
I'm not entirely sure why you expect this system to work, but you seem to be missing one important detail: The Firebase Admin SDK can only verify user tokens for user accounts created by Firebase Auth...
2024-03-12 12:00:06
Have a look at the link you attached in your question: Why is onSnapshot duplicating my records in REACT? - The answer should be exactly what you want. The issue here is that you're using [...prev, do...
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-14 00:00:06
There is no word of changes needed into app. That's because there are no changes required. If you read the linked documentation thoroughly, and its linked materials, you'll find that the changes are...
2024-03-16 23:00:14
You said: I only found information about how to retrieve data when the data changes, I just need to retrieve it when a button is pressed. From the Firebase documentation on listening for events (emp...
Tags: android firebase xamarin
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