Connect to FlutterFlow: Authentication

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 18

  • @JayMutzafi
    @JayMutzafi Рік тому +1

    yes! please keep the xano+ff videos coming!

  • @mods23-u1e
    @mods23-u1e Рік тому

    Thanks for the great video!!!!!
    i just had one question does token keep on changing again and again or it remains the same???

  • @AlexMusatkin
    @AlexMusatkin Рік тому +2

    Great. More Xano+FF videos please

  • @morpheus_-iz5ib
    @morpheus_-iz5ib Рік тому +2

    You have to check « persisted » boolean in local state 😊

  • @wynntom
    @wynntom 6 місяців тому

    @Xano - Is there a way to add phone number authentication, in addition to email? I know there's a Twilio SMS extension, but I'd rather not have to pay for Twilio. Is there a native Xeno authorization?

    • @nocodebackend
      @nocodebackend  6 місяців тому

      Hi there! Xano itself doesn't offer a native SMS service like Twilio. However, you can integrate with other SMS service providers that offer APIs, similar to how you would integrate with Twilio.

  • @bulliethepirate
    @bulliethepirate Рік тому +1

    Ditch Adalo and move to Flutterflow and Draftbit.

  • @Ankit-lk1oy
    @Ankit-lk1oy Рік тому +1

    When the application is built, the app state is not persisted. This means that the user will have to log in again every time they open the app.

    • @nocodebackend
      @nocodebackend  Рік тому +1

      Thanks for the feedback @morpheus and @Ankit :) added a note to the video if people want that option

    • @tryderrick
      @tryderrick Рік тому

      If that's the case then this tutorial isn't very helpful.....

    • @frankphpdevelopment4003
      @frankphpdevelopment4003 Рік тому

      @@nocodebackend yes, that'll be very helpful

  • @PrestaVideo
    @PrestaVideo Рік тому

    Thanks Bro !!

  • @Lui-E
    @Lui-E 10 місяців тому

    i am bout to punch my screen 😂😂 it gives me the error msg

    • @nocodebackend
      @nocodebackend  10 місяців тому

      Hey there! Let us know the error message you're encountering, and we would be happy to help. You can hop over to our community at community.xano.com/ to share screenshots and any other info that can help us help you better. 😊

  • @ocanaldacura_
    @ocanaldacura_ 9 місяців тому

    My response status = 200, but my body is null.... my test in postman is ok.... Could you help me please?
    {
    "Accept": "application/json",
    "Authorization": "Bearer xxxx"
    }

    • @nocodebackend
      @nocodebackend  9 місяців тому

      Hello! Could you please ask your question in our community forum (community.xano.com/)? And include as much detail as possible, such as error messages, screenshots, or a Loom video. Let us know any blockers you're facing. We'd be happy to help! Also, it's super important to keep tokens private as they can grant access to your personal data or services. For your security, I'd strongly recommend deleting the shared token and generating a new one.