3

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

  1. Cleared watchman caches, deleted node_modules, metro cache.
  2. 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?

1 Answers1

1

I was able to resolve this but deleting the generated values under android/app/build/generated/res/google-services. These were holding cache to the previous project.