Build CRUD Web App Using Firebase & Google Sheets

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 7

  • @andersonandersonlogistique6118
    @andersonandersonlogistique6118 9 дней назад

    you are the best

  • @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.

  • @StationWorking
    @StationWorking Месяц назад

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

  • @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.