sync-firebase-with-google-sheets icon indicating copy to clipboard operation
sync-firebase-with-google-sheets copied to clipboard

Nothing Writing to Firebase

Open chriskol opened this issue 4 years ago • 4 comments

Not sure what's up but everything appears to be working up until it comes to actually writing to my Firebase database. The trigger executes according to logs, but when I go to my Firebase account, I see nothing there. I have a Spark account and not sure if it has something to do that maybe? Or perhaps the DBpath variable being 'sheets/'?

When I run the similar tutorial here though it seems to work fine.

chriskol avatar Apr 12 '20 04:04 chriskol

Sorry for the delay, I will find some time this evening to look into this.

alexandermckay avatar Apr 21 '20 00:04 alexandermckay

Can you provide any more information?

alexandermckay avatar Apr 21 '20 09:04 alexandermckay

I'm not sure what information I can provide. I'm fairly novice fwiw. There are no error messages or anything delivered. The googlescript code isn't firing any errors and the logs seem to detect when the script is being run. Nothing is being written to Firebase though. When I follow the similar tutorial in the link above, it seems to work. My thought as the GS is detecting the change that the issue is happening between the detection and the sending to Firebase but not sure what it would be?

chriskol avatar Apr 21 '20 17:04 chriskol

Hi @alexandermckay ReferenceError: module is not defined module.exports = { combineRows, equals, equalsFalse, equalsZero, formatUrl, getSheet, getRows, getSheetName, head, na, rowToObj, safeKey, updateFirebase };

Please help

datvt8x avatar Sep 24 '20 09:09 datvt8x