Modular Firebase Admin Database
Is there or will there be modular Firebase Admin Database functions i.e. update(), get(), set(), ref() etc.? Maybe there is a workaround? Else I would have to code equal functions twice, like "craftBuilding()" on server (admin) and one for client.…