I am trying to port my existing RN app from an older firebase project to another one. But when I change the google-services.json
to a new one pointing to the new Firebase project the references to my older Firebase project still remains.
Things I've tried
- Cleared watchman caches, deleted node_modules, metro cache.
- Tried deleting the
google-services.json
but even without the file it points to the older project.
I've deleted the older project but still no avail.
What can I do to fix this?