I have a NX monorepo with several Ionic-Angular projects and I want to integrate Firebase (Auth, Firestore, Storage) into those projects.
I’m a bit of a noob with Firebase and I want to setup proper testing for my security rules using Firebase emulators. I’ve checked a lot of examples but I can’t get it to work in the context of my NX setup.
I’m hoping to find a NX / Firebase expert to look at my setup and make recommendations. I will have specific rules and tests for each of my projects so I need a per project setup.
I recreated a basic project to illustrate my current setup:
https://github.com/ddx001/nx-ionic-angular-firebase