Build CRUD Web App Using Firebase & Google Sheets

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

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

  • @andersonandersonlogistique6118
    @andersonandersonlogistique6118 9 วันที่ผ่านมา

    you are the best

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

    Your clips are awsome Please make a clip for user managerment: Registration, resetpassword, ... ect for manage user.

  • @panuwatchomngam5356
    @panuwatchomngam5356 11 วันที่ผ่านมา

    I want to hide the ID column and also want the data to be saved in Google Sheet. Where do I need to modify the code?
    🥺

    • @tech-lever
      @tech-lever  8 วันที่ผ่านมา

      You can copy code from my other CRUD project. There you will get the code for hiding the columns. Basically you need to filter out hidden columns as per schema in script.html file, where I generate headers.

  • @AmitKhemka-o4d
    @AmitKhemka-o4d หลายเดือนก่อน

    Hi, This is really helpful.
    I am trying to use "file" as column type in one of the column in the ShipsSchema tab, so that it can allow me to upload file from the FORM. But its not working when I try to browse a file from that input field from the FORM.
    While choosing the "Type" column as "file" I dont know what should be written in the column "FireStoreType".

    • @tech-lever
      @tech-lever  หลายเดือนก่อน

      No. You can't have a file type. You will have to get rid of file type.