Connecting Xano Realtime with Bubble

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 9

  • @mrmurilaooo
    @mrmurilaooo 2 дні тому

    Awesome!!

  • @Vooking5
    @Vooking5 4 місяці тому +2

    Xano - my love

  • @Feliperaitano
    @Feliperaitano 4 місяці тому +3

    Best professor ever!

  • @lukaslichter1448
    @lukaslichter1448 2 місяці тому

    Thanks a lot for the great video. I (complete beginner) tried to rebuild it without success.
    Question: In the video I can see that you have set up 5 Endpoints in your API Group (Authentication). I have rebuilt the first 3 (authentication endpoint), do I also need the other 2 that you have set up (realtime_event; user)? If yes, how do I set them up?
    Thanks a lot

  • @johnnyhacking1460
    @johnnyhacking1460 4 місяці тому

    Awesome Video

  • @august-b1z
    @august-b1z 4 місяці тому +1

    When will the complete chat tutorial video be released?

    • @nocodebackend
      @nocodebackend  4 місяці тому +1

      We are working on it. Coming soon! 😊

  • @raphb7653
    @raphb7653 3 місяці тому

    How did you manage to show only the data massage in your repeating group?
    The payload is actually of this format:
    {"data":{"message":"hello from xano"},"dbo_id":0,"row_id":0}
    but I want to access just the data object
    data":{"message":"hello from xano"}
    that way I can reference "message" or other values I pass to my frontend.
    thanks!