When I first started using firebase, all was well. I could easily upload my data to the realtime database, and login users using FirebaseAuth no problem. However, as development went on, the application required more complex features such as push notifications, realtime database triggers, scheduling etc. …