Intro to the Wix Realtime API

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

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

  • @heliosweb
    @heliosweb 6 месяцев назад

    Managed to make quite a nice backend to frontend progress update mechanism with this that allows my frontend to display the status of a long backend operation (synching contacts with an external system). Thank you!

    • @WixforDevelopers
      @WixforDevelopers  6 месяцев назад

      Love to hear it! If you are in our Discord community we have a show and tell channel if you want to show off your build. LInk to join if you need it discord.gg/devs-on-wix

  • @Nagary1
    @Nagary1 9 месяцев назад

    can we do this with big data array? or it has limitation?

    • @WixforDevelopers
      @WixforDevelopers  9 месяцев назад

      Hello! I am not sure I have enough information about your use case to advice completely but we do have limits as listed here dev.wix.com/docs/develop-websites/articles/coding-with-velo/limits-and-optimization/compute-features
      If you are interested in sharing more details about your use case and the code you are testing, I recommend joining our forum and searching through the posts there to see if your question has been answered before forum.wixstudio.com/tag/code

  • @tonydaian8036
    @tonydaian8036 6 месяцев назад

    can i use this api to update my custom mini cart length ?

    • @WixforDevelopers
      @WixforDevelopers  6 месяцев назад

      Hi! Realtime is not related to mini-cart functionality. Here's an article on customizing the mini-cart support.wix.com/en/article/wix-bookings-adding-a-cart-to-your-site. From an API standpoint there are only APIs to hide/show the mini-cart dev.wix.com/docs/velo/api-reference/wix-stores-frontend/cart/introduction If you still need more help, join our Discord community and ask a question with your code snippet and what you are trying to accomplish in the help channel discord.gg/devs-on-wix

  • @hy-sky
    @hy-sky Год назад +1

    Could you PLEASE do a video in full on how to connect a dynamic google sheet to a collection so that I can display current and dynamic news on our news page TYSM

    • @WixforDevelopers
      @WixforDevelopers  Год назад

      Check out this article: www.wix.com/velo/reference/velo-package-readmes/google-sheets-integration on the Google sheets Velo package integration, and if you're having further questions about modifying for your particular use case, ask in the Velo forum here: www.wix.com/velo/forum

  • @afnanasif2720
    @afnanasif2720 2 года назад

    Can we change font family of a text through velo?
    I tried through $w(#text). html =......
    But i don't work

    • @WixforDevelopers
      @WixforDevelopers  2 года назад

      Hello! The best place to ask for help with your code is in the Velo Forum www.wix.com/velo/forum/