How to set the timezone in a Cloud Storage trigger? (Cloud Functions for Firebase)
Is there a way in the 2nd generation of Cloud Function to set a different timezone inside a Cloud Storage Trigger?
In firebase batch writes, how to delete a string field or set it to null?
In firebase, I have a string field and I want to use batch writes to either delete this field or set it to null. I tried the code below but nothing happend.
Error: open EEXIST when fetching data from firebase (Node)
I recieve an error Error: open EEXIST
when i am trying to get data from firebase on a node service.