Project ID

Database & APIs

Hi everyone,

I'm having some trouble generating unique IDs for my projects, stages, and other elements in my app. Currently, I'm trying to create a Project ID, but I'm struggling to implement a robust solution.

I'm looking for some advice on how to generate unique IDs, preferably through custom functions or using existing FlutterFlow features. I need a method that can create IDs that are:

• Unique: To avoid any conflicts within the database.

• Relatively Simple: I prefer a method that is not overly complex.

• Flexible: I need IDs that are suitable for projects, stages, and other various elements in the app.

I've tried some methods already, but I haven't found the ideal solution. Could anyone share their best practices or code snippets for generating these unique IDs in FlutterFlow? It would be very helpful to see custom function examples or any alternative strategies.

I'm open to all suggestions, and any help would be greatly appreciated!

Thanks in advance!

What have you tried so far?

I have experimented with several custom functions

Did you check FlutterFlow's Documentation for this topic?
Yes
1