I placed secrets from production project in .env and .env.production. I created a new firestore with complex rules in production project. However, published app points to dev firestore and not to the production. I tried everything I could. Any hints?
Ok, I copied production .env to .env.local and now both dev and production point to one firebase project. It’s not that important