osttra-j-joyce
osttra-j-joyce
This is still a problem; it means that the firebase emulators cannot work without a real existing firebase GCP project - ie they cannot work standalone. I presume this also...
Hi Ben, Actually - now its working ok... Versions; * "firebase": "^10.12.0", * "firebase-admin": "^12.1.0", * "firebase-functions": "^5.0.0", When I run the emulators I specify the demo project: `"npm run...
As per https://firebase.google.com/docs/auth/web/custom-dependencies - getAuth should initiatlise your Auth library. But, I am using " initializeAuth" instead - and it works fine. This is for both my test & prod...