Exporting Data from Google Sheets to Firebase using Flutter

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 30

  • @סימיוןקראסילשיקוב
    @סימיוןקראסילשיקוב ปีที่แล้ว +1

    you really healped thanks a lot

  • @CharlesMcHenry21
    @CharlesMcHenry21 7 หลายเดือนก่อน +1

    Thank you sir!! Very helpful!

  • @yusufnassim9231
    @yusufnassim9231 2 ปีที่แล้ว +1

    great video - really helpful and thanks for the added support in the comments

  • @jorgecamus2697
    @jorgecamus2697 ปีที่แล้ว +1

    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

  • @germangarrido6013
    @germangarrido6013 2 ปีที่แล้ว +1

    Excelente!!! muchas gracias!!

  • @jorgecamus2697
    @jorgecamus2697 ปีที่แล้ว

    another question is it possible that you modify the code to add every time googlesheet has new records

  • @poochaser6618
    @poochaser6618 ปีที่แล้ว +1

    FirestoreApp is note defined error 😢😢

  • @vineetverma7992
    @vineetverma7992 ปีที่แล้ว

    code is running smothly but data was not added in firebase can you help me

  • @ElizabethHannan
    @ElizabethHannan ปีที่แล้ว

    Nonfunctional. Missing steps in video. First one: where 5:23 Where do you get script ID (aka library ID) from??

    • @MrHamish121
      @MrHamish121 11 หลายเดือนก่อน

      The script ID can be found in the video's description

  • @jessicademotamunoz3179
    @jessicademotamunoz3179 ปีที่แล้ว

    how can we implement multiple sheets within our firebase ?

  • @bitter0
    @bitter0 ปีที่แล้ว

    I wanna export two sheets how can I do that writting same code again help me

  • @Ekko-d7o
    @Ekko-d7o ปีที่แล้ว

    mine says "execution completed' but there is no logs and it doesn't data to firestore.

  • @findie
    @findie ปีที่แล้ว

    how can I please store data inside a subcollection

  • @codeplusacademy
    @codeplusacademy ปีที่แล้ว

    how to grant permission because it request permission after pressing run button but i am unable to grant permission

  • @Aum_TK
    @Aum_TK 2 ปีที่แล้ว

    How to update data in firebase, when edit data in Google sheets?

  • @GraceSalas-be2uc
    @GraceSalas-be2uc 2 ปีที่แล้ว +1

    How do you get the script id?

    • @楊宗翰-r3h
      @楊宗翰-r3h 2 ปีที่แล้ว

      in this video introduction : 1VUSl4b1r1eoNcRWotZM3e87ygkxvXltOgyDZhixqncz9lQ3MjfT1iKFw

    • @cpahindoong
      @cpahindoong ปีที่แล้ว

      저도 이게 궁금합니다.

  • @servipaya
    @servipaya 2 ปีที่แล้ว

    Mil gracias por el aporte // get the number of length of the object in order to establish a loop value
    var sourceLen = sheetData.length;

  • @mugdhonahian7588
    @mugdhonahian7588 2 ปีที่แล้ว

    I'm getting an error - 'ReferenceError: sourceLen is not defined'. What is the solution to this error?

    • @towncoder
      @towncoder  2 ปีที่แล้ว

      // 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;

    • @matarloum2894
      @matarloum2894 ปีที่แล้ว

      @@towncoder So sourceLen is sheetRange ?

  • @servipaya
    @servipaya 2 ปีที่แล้ว

    How to add document Id in data to firebase

  • @Ingouackaz
    @Ingouackaz 2 ปีที่แล้ว

    Hello, is it possible to share the source code ?

  • @muhammadaqib1479
    @muhammadaqib1479 ปีที่แล้ว

    Share the code please

  • @SeptianNuriyanto
    @SeptianNuriyanto 2 ปีที่แล้ว

    this tutorial is incomplete, please complete to avoid misleading of information. thanks

    • @towncoder
      @towncoder  2 ปีที่แล้ว

      How is it incomplete and misleading? please explain.

  • @Ops_pops
    @Ops_pops 2 ปีที่แล้ว

    iam getting this eror:
    Missing ; before statement.
    (anonymous) @ Auth.gs:12
    how to fix this?

    • @towncoder
      @towncoder  2 ปีที่แล้ว

      You have missed a semicolon (;) in your code. Please check. If not resolved, share code