excellent work, it works to send the data to Firestore, I only have one question when I send the data from Postmant to a Googlesheet, the new data is registered, but for it to be reflected in Fierestore I have to manually click on execute, it may work automatically . Thank you for your support
you really healped thanks a lot
Thank you sir!! Very helpful!
great video - really helpful and thanks for the added support in the comments
excellent work, it works to send the data to Firestore, I only have one question when I send the data from Postmant to a Googlesheet, the new data is registered, but for it to be reflected in Fierestore I have to manually click on execute, it may work automatically . Thank you for your support
Excelente!!! muchas gracias!!
another question is it possible that you modify the code to add every time googlesheet has new records
FirestoreApp is note defined error 😢😢
code is running smothly but data was not added in firebase can you help me
Nonfunctional. Missing steps in video. First one: where 5:23 Where do you get script ID (aka library ID) from??
The script ID can be found in the video's description
how can we implement multiple sheets within our firebase ?
I wanna export two sheets how can I do that writting same code again help me
mine says "execution completed' but there is no logs and it doesn't data to firestore.
how can I please store data inside a subcollection
how to grant permission because it request permission after pressing run button but i am unable to grant permission
How to update data in firebase, when edit data in Google sheets?
How do you get the script id?
in this video introduction : 1VUSl4b1r1eoNcRWotZM3e87ygkxvXltOgyDZhixqncz9lQ3MjfT1iKFw
저도 이게 궁금합니다.
Mil gracias por el aporte // get the number of length of the object in order to establish a loop value
var sourceLen = sheetData.length;
I'm getting an error - 'ReferenceError: sourceLen is not defined'. What is the solution to this error?
// define the data range
var sheetRange = sheet.getRange(2,1,lastRow-dataSR+1,lastCol);
// get the data
var sheetData = sheetRange.getValues();
// get the number of length of the object in order to establish a loop value
var sourceLen = sheetData.length;
@@towncoder So sourceLen is sheetRange ?
How to add document Id in data to firebase
Hello, is it possible to share the source code ?
Share the code please
this tutorial is incomplete, please complete to avoid misleading of information. thanks
How is it incomplete and misleading? please explain.
iam getting this eror:
Missing ; before statement.
(anonymous) @ Auth.gs:12
how to fix this?
You have missed a semicolon (;) in your code. Please check. If not resolved, share code