CI/CD for Angular projects with Firebase and Github We can utilise GitHub Actions to automatically deploy when we push something.
Set Up Development and Production Environment in Firebase At the moment there is no out-of-the-box-like solution to tackle this. I suggest creating another Firebase project for development.
Create Cloud Functions in Firebase Authorization, CRUD, queries, most of the things come out of the box with Firestore. However, sometimes there is a need to make some modifications which would be too sensitive to do in the browser.