1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] Flutterflow: generating Id values

Discussão em 'Mobile' iniciado por Stack, Outubro 15, 2024 às 12:43.

  1. Stack

    Stack Membro Participativo

    Using Flutterflow I want to auto generate an Id in when creating a firebase document. Here is an example:


    create new document in collection "fruits".

    name: "Apple"
    fruitID: "yTMG0dDUGHDpyqjegU3i"
    where the document reference is "/fruits/yTMG0dDUGHDpyqjegU3i"​

    My question is, what variable to set in the fruitID field to achieve this. Or ist there a function that can do that?

    Thanks!

    I tried to find a solution via a custom function, but I could not implement it in the document creation UI. Also there was no reference link available.

    Continue reading...

Compartilhe esta Página