I have this flutter app I cloned from github. It uses firebase and everything works fine. The app contains users which are already registered but I want to clear those users and use my own firebase project. All the answers I saw concerning this question did not work for me.
- I logged in to firebase created a new project and android app.
- Then I downloaded the google-services.json file and replaced the previous one in android/app/google-services.json
But when I reinstall the app on my android, I still see all the pre-registered users that came with the app. Please I want to clear those users and use my own empty firebase account.