Usually, our flutter_app
is made from flutter_project
.
Is there a program that can reverse engineering the flutter_app
back to flutter_project
?
Is it possible?
If it is possible. So, then using firebase directly on flutter is not safe, right?
Example: when you click to buy something in the app
- Get the latest product price information
- Get the latest user money information
- Check enough money
- Add this order
- Update user's money after deduction of the product cost
If someone reverse engineering the app back to flutter_project Then delete the logic in item 5. It will not waste money like this.
Now I want to use firebase, but I'm afraid to write on flutter.
Is it possible for the program that can reverse engineering the flutter_app
back to flutter_project
?
My question was closed but I think the answer does not relate to my question. So, I create a new question.