Flutter mBaaS - Register a new User for your app in Backendless

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024
  • In this video we see how to use the Backendless Api to register a new User for our app. We will be able to see the new User in the Users table in Backendless Console.
    You can get the completed Flutter project folder here: drive.google.c...
    Watch the whole playlist for my Flutter course here: • Flutter Course .
    You can find my Dart playlist here:
    • Dart Basics and a bit ...

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

  • @kennygabuza8511
    @kennygabuza8511 ปีที่แล้ว

    Future in User Service is giving me an error, [ Future isn't a type.
    Try correcting the name to match an existing type.]
    what could be the problem and how can I fix this ?

  • @jimaustin3608
    @jimaustin3608 2 ปีที่แล้ว

    I’m suspecting that leaving ‘validation’ checked (see post yesterday) was not right; getting error response “PlatformException(8023, Validation for the 'todos' property failed. Property value does not match the required pattern.” … and the empty todo is not saved. Suspect the empty todo (TodoEntry emptyEntry = TodoEntry(todos: {}, username: user.email); ) is causing the error, but don’t see how to turn Backendless validation off.
    Going to leave it and go on to real todo entry to see what happens.

  • @jimaustin3608
    @jimaustin3608 2 ปีที่แล้ว

    17:23 Creating the ‘todos’ column (type json) brought up a check-box choice of
    - Multiple selection
    - Use values/labels
    - Use validation (checked)
    I assumed this means Backendless will check that todos have valid json syntax.
    Is this correct? Should either/both of the other boxes be checked?

  • @SaikatDey
    @SaikatDey 2 ปีที่แล้ว

    👍