Keep your Firebase Realtime Database connections to minimum
Kirtan Thakkar
Life is all about learningCreating a process creates an persistence connection to the firebase, even if you app is in the background. So, disconnecting that open connection to the database when your app is not in use will save data as well as your precious simultaneous connections if you are on free Spark plan.