Developing Appwrite functions locally

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024
  • Introducing local development for Appwrite functions.
    Instructor: / dennisivy11 / / dennis-ivanov
    Visit Init to learn more: appwrite.io/init
    💬 Follow Appwrite on social media & join our Discord community.
    • Twitter: / appwrite
    • Discord: appwrite.io/di...
    • LinkedIn: / appwrite

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

  • @عبدالقادرعبدالرحمنعبدالله
    @عبدالقادرعبدالرحمنعبدالله หลายเดือนก่อน +3

    Just seeing the title made my day. Thank you for coming up with the long-awaited local dev.

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

      I'm just as excited as you are ☺ - Dennis Ivy

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

    Thanks Appwrite and Dennis Ivy! much needed update!

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

    Lets gooooo!!

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

    Really i proud of you sir Dennis lvy, amazing explanation and best strategies...
    Keep it sir and made vedios on daily basis... Like now sir make full stack real. Time chat app... Thanks sir, remember Love from Pakistan *Love you Dennis lvy!*
    #DennisIvy #appwrite

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

    its a game changer, Thank you Appwrite Team

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

    Love It 🎉

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

    That's many times better than what I was doing. A local main () in dart. Then paste/change everything on the function block.
    Which is the oldest supported Appwrite version which has this function run ?

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

    Cool but did you fix the timeout errors and the tunnel thing?

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

    it is more simple then firebase local emulator, it realy made my day 🎉🎉🎉.. thank very much appwrite team

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

      😉

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

    This is a great improvement, but how do you debug your function?

    • @Appwrite
      @Appwrite  28 วันที่ผ่านมา

      Depends on what you mean by that. All logs will be available on your terminal. - Dennis Ivy

    • @CordSchneider
      @CordSchneider 25 วันที่ผ่านมา

      @@Appwrite thanks for reply. I mean, debugging via the debugger. Being able to run your function under the control of the debugger, set breakpoints, evaluate variables, etc.