I'm trying to construct a RESTful API using firebase and cloudfunctions to dont depend on firebase client API. The ADMIN SDK provided by firebase greatly extends the user management capabilites, but I can't find anywhere a way to authenticate users via a REST call.
So, what are my possibilities? Is there a way to do this using firebase auth system or I would have to create a separate one and auth my users with custom jwt tokens?