Giter VIP home page Giter VIP logo

Comments (6)

grahamearley avatar grahamearley commented on August 30, 2024

This sounds like an issue with your Google Sheets project setup, not an issue with this library. Could you provide more information about how you have that trigger set up?

from firestoregoogleappsscript.

ror-infobeans avatar ror-infobeans commented on August 30, 2024

@grahamearley
I have found the issue regarding the trigger so it goes like this:
When we create a new object to be saved in firestore using the createDocument or updateDocument command, it saves the details in firestore and also the trigger of onCreate or onUpdate or onWrite whichever is used is called properly. But when I have a date inside my object which needs to be saved, then the data is saved in firestore but the trigger fails.

SCENARIO

  1. firestore.updateDocument("User/user-1",{ name: "Alex", gender: "M" }); - The data is saved properly in firestore and trigger also works

  2. firestore.updateDocument("User/user-1",{ name: "Alex", gender: "M", createdAt: new Date() }); - In this case, the data is stored in firestore but the trigger function fails

Can you please check for this ?

from firestoregoogleappsscript.

grahamearley avatar grahamearley commented on August 30, 2024

Hm, interesting. Perhaps this is related to the date/time issues in #50. To clarify, you are talking about Firebase Cloud Functions when you say triggers, right? I thought you were referring to Google Sheets triggers. :)

Is anything being logged in the Firebase Cloud Functions console? If so, could you share it?

from firestoregoogleappsscript.

ror-infobeans avatar ror-infobeans commented on August 30, 2024

@grahamearley Yes I am referencing to the Firebase Cloud Functions trigger. That does not seem to work when a date is saved in an object. Firestore currently does not have any kind of logging through which we can check what is wrong for the triggers. I am afraid to say but I can't provide you with the logs since there is no such feature in firestore to check the triggers.

from firestoregoogleappsscript.

grahamearley avatar grahamearley commented on August 30, 2024

Firebase does have a logging feature for Cloud Functions. In the Firebase console, click on Functions in the sidebar. Then click into the Logs tab. Is anything being logged there when you see this issue happening?

from firestoregoogleappsscript.

grahamearley avatar grahamearley commented on August 30, 2024

Closing for inactivity. Feel free to reopen if you want to continue the discussion.

from firestoregoogleappsscript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.