I am building an app for my company's internal use (about 20+ users only) on flutter flow with Firebase as database and Authentication service. I have completed one part of the app which i want to publish to web for users to start using them.
I will also continue developing the app.
My concern is while building app, I will create dummy data to test out the app.
Now that real data is also be added, I don't want them to mix with dummy data.
Is there a smart and cool way to do this?