Firebase upgrade from 2 to 3 add a separation from "clients" (web, ios, android) and server (java & node.js), with the introduction of service account.
To implement a passwordless system (with Java), I used to create users from the backend (using the firebase-client-jvm lib), but with the new version, it seems to not be possible in a proper way.
Any suggestions?